#glium #egui

egui_glium

Bindings for using egui natively using the glium library

23 breaking releases

0.31.0 Feb 25, 2025
0.29.0 Oct 25, 2024
0.26.3 May 3, 2024
0.26.2 Mar 5, 2024
0.4.0 Nov 28, 2020

#461 in GUI

Download history 342/week @ 2024-12-24 924/week @ 2024-12-31 1233/week @ 2025-01-07 2007/week @ 2025-01-14 1325/week @ 2025-01-21 1064/week @ 2025-01-28 2023/week @ 2025-02-04 1643/week @ 2025-02-11 920/week @ 2025-02-18 1525/week @ 2025-02-25 711/week @ 2025-03-04 1993/week @ 2025-03-11 1294/week @ 2025-03-18 1574/week @ 2025-03-25 519/week @ 2025-04-01 531/week @ 2025-04-08

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

MIT/Apache

67KB
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


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–31MB
~496K SLoC