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
- Fix sizing bug in
TextEdit::singleline
#5640 by @IaVashik - Fix panic when rendering thin textured rectangles #5692 by @PPakalns
egui_extras
- Fix image_loader for animated image types #5688 by @BSteffaniak
egui_kittest
- Fix modifiers not working in kittest #5693 by @lucasmerlin
- Enable all features for egui_kittest docs #5711 by @YgorSouza
- Run a frame per queued event in egui_kittest #5704 by @lucasmerlin
- Add guidelines for image comparison tests #5714 by @Wumpf