#glium #egui

egui_glium

Bindings for using egui natively using the glium library

24 breaking releases

0.33.2 Nov 25, 2025
0.31.1 May 24, 2025
0.31.0 Feb 25, 2025
0.29.0 Oct 25, 2024
0.4.0 Nov 28, 2020

#686 in GUI

Download history 1313/week @ 2025-09-14 1527/week @ 2025-09-21 1405/week @ 2025-09-28 1277/week @ 2025-10-05 1132/week @ 2025-10-12 1589/week @ 2025-10-19 1377/week @ 2025-10-26 1346/week @ 2025-11-02 1057/week @ 2025-11-09 1299/week @ 2025-11-16 1301/week @ 2025-11-23 1221/week @ 2025-11-30 922/week @ 2025-12-07

4,821 downloads per month
Used in 18 crates (3 directly)

MIT/Apache

72KB
554 lines

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

document_features::document_features!())]


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 libxkbcommon-dev libssl-dev

This crate depends on egui-winit.

Dependencies

~11–36MB
~509K SLoC