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.
⭐ Added
🔧 Changed
- Fallback
window_title_frametowindow_framewhen unspecified #8400 by @rustbasic - Don't revert external changes to a focused
DragValue#8403 by @teddytennant
🐛 Fixed
- Match image file extensions case-insensitively #8430 by @emilk
- Fix rendering of thin, angled rectangles #8482 by @emilk
- Fix zero-duration value animations returning the previous value #8469 by @cuishuang
- Fix panic in hit-test when a widget rect contains a NaN #8479 by @emilk
- Properly respect
min_sizeinTextEdit#8420 by @lucasmerlin
