#glium #egui

egui_glium

Bindings for using egui natively using the glium library

23 breaking releases

new 0.31.1 May 24, 2025
0.31.0 Feb 25, 2025
0.29.0 Oct 25, 2024
0.26.3 May 3, 2024
0.4.0 Nov 28, 2020

#466 in GUI

Download history 1774/week @ 2025-02-01 1642/week @ 2025-02-08 1069/week @ 2025-02-15 1709/week @ 2025-02-22 1015/week @ 2025-03-01 1380/week @ 2025-03-08 1814/week @ 2025-03-15 1348/week @ 2025-03-22 669/week @ 2025-03-29 859/week @ 2025-04-05 954/week @ 2025-04-12 1169/week @ 2025-04-19 1706/week @ 2025-04-26 1098/week @ 2025-05-03 642/week @ 2025-05-10 228/week @ 2025-05-17

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

MIT/Apache

70KB
558 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

~12–33MB
~508K SLoC