19 breaking releases
0.20.1 | Dec 11, 2022 |
---|---|
0.19.0 | Aug 20, 2022 |
0.18.0 | Apr 30, 2022 |
0.17.0 | Feb 22, 2022 |
0.4.0 | Nov 28, 2020 |
#1000 in Game dev
3,703 downloads per month
Used in 16 crates
(3 directly)
1MB
22K
SLoC
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.
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
.
lib.rs
:
The main type you want to use is EguiGlium
.
If you are writing an app, you may want to look at eframe
instead.
Feature flags
Dependencies
~7–50MB
~778K SLoC