egui/egui_glium
2022-03-10 14:25:33 +01:00
..
examples Texture loading in egui (#1110) 2022-01-15 13:59:52 +01:00
src Introduce egui::FullOutput, returned from Context::run (#1292) 2022-02-22 17:13:53 +01:00
Cargo.toml Run a formatter on all toml files 2022-03-10 14:25:33 +01:00
CHANGELOG.md Release 0.17.0 - Improved font selection and image handling 2022-02-22 19:32:30 +01:00
README.md Split out new crate egui-winit from egui_glium (#735) 2021-09-28 17:33:28 +02:00

egui_glium

Latest version Documentation unsafe forbidden MIT Apache

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.

To use on Linux, first run:

sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev

This crate depends on egui-winit.