7 releases (4 breaking)

0.23.0 Jun 15, 2023
0.22.0 Mar 18, 2023
0.21.0 Mar 10, 2023
0.20.1 Nov 12, 2022
0.19.1 Aug 25, 2022

#667 in GUI

40 downloads per month
Used in 2 crates

MIT/Apache

1.5MB
25K SLoC

egui_glow_tao

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 tao feature).

To write web apps using glow you can use eframe (which uses egui_glow_tao 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-tao.

Text the example with:

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

Dependencies

~5–47MB
~703K SLoC