28 releases (16 breaking)

0.31.0 Feb 4, 2025
0.30.0 Dec 16, 2024
0.29.1 Oct 1, 2024
0.28.1 Jul 5, 2024
0.15.0 Oct 24, 2021

#695 in GUI

Download history 34426/week @ 2024-10-30 33616/week @ 2024-11-06 32178/week @ 2024-11-13 32421/week @ 2024-11-20 36302/week @ 2024-11-27 33802/week @ 2024-12-04 39912/week @ 2024-12-11 33837/week @ 2024-12-18 19927/week @ 2024-12-25 30030/week @ 2025-01-01 34117/week @ 2025-01-08 40497/week @ 2025-01-15 38850/week @ 2025-01-22 42554/week @ 2025-01-29 60716/week @ 2025-02-05 115525/week @ 2025-02-12

262,511 downloads per month
Used in 134 crates (8 directly)

MIT/Apache

1.5MB
30K 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

~5–23MB
~379K SLoC