egui is an easy-to-use immediate mode GUI for Rust that runs on both web and native.
Try it now: https://www.egui.rs/
egui development is sponsored by Rerun, a startup building an SDK for visualizing streams of multimodal data.
egui changelog
⭐ Added
- Add
ComboBox::popup_style
#7360 by @lucasmerlin
🐛 Fixed
- Fix glyph rendering: clamp coverage to [0, 1] #7415 by @emilk
- Fix manual
Popup
not closing #7383 by @lucasmerlin - Fix
WidgetText::Text
ignoring fallback font and overrides #7361 by @lucasmerlin - Fix
override_text_color
priority #7439 by @YgorSouza - Fix debug-panic in ScrollArea if contents fit without scrolling #7440 by @YgorSouza
eframe changelog
- Enable wgpu default features in eframe / egui_wgpu default features #7344 by @lucasmerlin
- Request a redraw when the url change through the
popstate
event listener #7403 by @irevoire