6 releases (3 breaking)
0.22.0 | Mar 18, 2023 |
---|---|
0.21.0 | Mar 10, 2023 |
0.20.1 | Nov 12, 2022 |
0.20.0 | Sep 16, 2022 |
0.19.1 | Aug 25, 2022 |
#366 in GUI
573 downloads per month
Used in tauri-egui
60KB
1.5K
SLoC
egui_glow_tao is a fork of egui_glow to make egui work with tao
egui_glow
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 libspeechd-dev libxkbcommon-dev libssl-dev
This crate optionally depends on egui-winit
.
Dependencies
~6–12MB
~220K SLoC