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

#570 in GUI

Download history 7002/week @ 2023-12-23 9330/week @ 2023-12-30 13525/week @ 2024-01-06 14317/week @ 2024-01-13 14344/week @ 2024-01-20 14550/week @ 2024-01-27 16760/week @ 2024-02-03 16859/week @ 2024-02-10 15559/week @ 2024-02-17 14554/week @ 2024-02-24 15928/week @ 2024-03-02 16917/week @ 2024-03-09 16669/week @ 2024-03-16 18234/week @ 2024-03-23 18714/week @ 2024-03-30 15052/week @ 2024-04-06

70,787 downloads per month
Used in 75 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

~5–24MB
~353K SLoC