22 breaking releases

0.29.0 Oct 25, 2024
0.26.3 May 3, 2024
0.26.2 Mar 5, 2024
0.23.0 Nov 11, 2023
0.4.0 Nov 28, 2020

#179 in GUI

Download history 949/week @ 2024-07-15 833/week @ 2024-07-22 966/week @ 2024-07-29 941/week @ 2024-08-05 1273/week @ 2024-08-12 860/week @ 2024-08-19 921/week @ 2024-08-26 945/week @ 2024-09-02 1024/week @ 2024-09-09 831/week @ 2024-09-16 1183/week @ 2024-09-23 856/week @ 2024-09-30 168/week @ 2024-10-07 811/week @ 2024-10-14 978/week @ 2024-10-21 1074/week @ 2024-10-28

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

MIT/Apache

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

~12–28MB
~457K SLoC