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 4022b84ae7 group rustdoc lints under rustdoc:: prefix 4 years ago
..
examples demo_app: Remove screen_reader from default features 4 years ago
src group rustdoc lints under rustdoc:: prefix 4 years ago
CHANGELOG.md Refactor egui_glium with new EguiGlium wrapper and standalone example 4 years ago
Cargo.toml Try to allow turning off default_fonts for all libs (#266) 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.