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.
 
 
 
 
triangle drawer b1883d5d48
Add functions to register textures in egui_web and egui_glium (#226)
4 years ago
..
src Add functions to register textures in egui_web and egui_glium (#226) 4 years ago
CHANGELOG.md Release 0.10.0 - Plot and polish 4 years ago
Cargo.toml Replace clipboard with copypasta (#221) 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.