mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
* Bug fix: reset repaint countdown when we pass it * eframe: debug-print what winit event caused a repaint * egui-winit: don't repaint when only moving window * fix docstring
egui_glium
This crates provides bindings between egui and glium which allows you to write GUI code using egui and compile it and run it natively, cross platform.
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 depends on egui-winit.