#cross-platform-gui #egui #glium #gamedev #egui-integration

egui_glium

Bindings for using egui natively using the glium library

21 breaking releases

0.26.3 May 3, 2024
0.26.2 Mar 5, 2024
0.23.0 Nov 11, 2023
0.20.1 Dec 11, 2022
0.4.0 Nov 28, 2020

#518 in GUI

Download history 1089/week @ 2024-06-15 1029/week @ 2024-06-22 446/week @ 2024-06-29 487/week @ 2024-07-06 882/week @ 2024-07-13 870/week @ 2024-07-20 969/week @ 2024-07-27 899/week @ 2024-08-03 1249/week @ 2024-08-10 959/week @ 2024-08-17 916/week @ 2024-08-24 877/week @ 2024-08-31 1018/week @ 2024-09-07 846/week @ 2024-09-14 1166/week @ 2024-09-21 672/week @ 2024-09-28

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

MIT/Apache

66KB
557 lines

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.


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

~11–28MB
~472K SLoC