24 releases (13 breaking)

0.28.1 Jul 5, 2024
0.27.2 Apr 2, 2024
0.27.1 Mar 29, 2024
0.24.1 Nov 30, 2023
0.15.0 Oct 24, 2021

#474 in GUI

Download history 17085/week @ 2024-04-05 20948/week @ 2024-04-12 21648/week @ 2024-04-19 20949/week @ 2024-04-26 17696/week @ 2024-05-03 17920/week @ 2024-05-10 18696/week @ 2024-05-17 19173/week @ 2024-05-24 19880/week @ 2024-05-31 16883/week @ 2024-06-07 18582/week @ 2024-06-14 18741/week @ 2024-06-21 19595/week @ 2024-06-28 23410/week @ 2024-07-05 22630/week @ 2024-07-12 19374/week @ 2024-07-19

88,126 downloads per month
Used in 100 crates (7 directly)

MIT/Apache

1.5MB
28K SLoC

egui_glow

Latest version Documentation MIT Apache

This crates provides bindings between egui and glow which allows you to:

  • Render egui using glow on both native and web.
  • Write cross platform native egui apps (with the winit feature).

To write web apps using glow you can use eframe (which uses egui_glow for rendering).

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 optionally depends on egui-winit.

Test the example with:

cargo run -p egui_glow --example pure_glow --features=winit,egui/default_fonts

Dependencies

~6–23MB
~367K SLoC