egui/egui_glium
Patrik Höglund a859b2a26e
Add icon support to eframe (#193)
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2021-02-26 15:59:30 +01:00
..
src Add icon support to eframe (#193) 2021-02-26 15:59:30 +01:00
Cargo.toml Release 0.9.0 - light mode, right clicks and more 2021-02-07 17:06:51 +01:00
CHANGELOG.md Added shaders on GLSL 1.2 (#187) 2021-02-20 19:48:02 +01:00
README.md Add note about required libraries on Linux 2021-01-20 17:27:58 +01:00

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.