You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Emil Ernerfeldt 7dad76b913 Use explicit `epaint` over `paint` alias (re-export) 4 years ago
..
src Use explicit `epaint` over `paint` alias (re-export) 4 years ago
CHANGELOG.md Release 0.9.0 - light mode, right clicks and more 4 years ago
Cargo.toml Release 0.9.0 - light mode, right clicks and more 4 years ago
README.md Add note about required libraries on Linux 4 years ago

README.md

Latest version Documentation MIT Apache

egui_glium

This crates provides bindings between egui and glium which allows you to write GUI code using egui and compile it and run it natively, cross platform.

For linux you need to sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev to use egui_glium.