22 releases (12 breaking)

0.27.2 Apr 2, 2024
0.27.1 Mar 29, 2024
0.26.2 Feb 14, 2024
0.24.1 Nov 30, 2023
0.15.0 Oct 24, 2021

#573 in GUI

Download history 14268/week @ 2024-01-24 14944/week @ 2024-01-31 17830/week @ 2024-02-07 16039/week @ 2024-02-14 14834/week @ 2024-02-21 15456/week @ 2024-02-28 16958/week @ 2024-03-06 15619/week @ 2024-03-13 18228/week @ 2024-03-20 18654/week @ 2024-03-27 17499/week @ 2024-04-03 20046/week @ 2024-04-10 21717/week @ 2024-04-17 20375/week @ 2024-04-24 19026/week @ 2024-05-01 14549/week @ 2024-05-08

79,109 downloads per month
Used in 77 crates (7 directly)

MIT/Apache

1.5MB
26K 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–24MB
~382K SLoC