#glow #egui #imgui

egui_glow

Bindings for using egui natively using the glow library

29 releases (16 breaking)

0.31.1 Mar 5, 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

#1183 in GUI

Download history 22013/week @ 2024-12-23 24834/week @ 2024-12-30 36249/week @ 2025-01-06 39633/week @ 2025-01-13 37699/week @ 2025-01-20 37876/week @ 2025-01-27 50604/week @ 2025-02-03 132507/week @ 2025-02-10 132205/week @ 2025-02-17 166140/week @ 2025-02-24 183853/week @ 2025-03-03 190657/week @ 2025-03-10 158969/week @ 2025-03-17 161264/week @ 2025-03-24 147479/week @ 2025-03-31 135072/week @ 2025-04-07

613,484 downloads per month
Used in 146 crates (9 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–24MB
~391K SLoC