#glium #egui #gui #gamedev

egui_glium

Bindings for using egui natively using the glium library

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

Download history 228/week @ 2023-06-09 1696/week @ 2023-06-16 1491/week @ 2023-06-23 1189/week @ 2023-06-30 1067/week @ 2023-07-07 923/week @ 2023-07-14 1410/week @ 2023-07-21 1117/week @ 2023-07-28 1131/week @ 2023-08-04 1461/week @ 2023-08-11 960/week @ 2023-08-18 1237/week @ 2023-08-25 878/week @ 2023-09-01 1126/week @ 2023-09-08 1282/week @ 2023-09-15 258/week @ 2023-09-22

3,703 downloads per month
Used in 16 crates (3 directly)

MIT/Apache

1MB
22K SLoC

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.


lib.rs:

egui bindings for glium.

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