0.22.0 - A plethora of small improvements
egui is an easy-to-use immediate mode GUI in pure Rust. eframe is the official egui framework, allowing you to run egui on both web and native.
There's a bunch of improvements in 0.22, especially to eframe:
- eframe now supports application icons on Windows and Mac. Set it with
NativeOptions::icon_data
- eframe will now follow the system dark/light mode live with
NativeOptions::follow_system_theme
. Works both on native and on web! - The error reporting on the web is also much nicer, with panics being caught, logged, and is accessible to JavaScript
Try the live demo at https://www.egui.rs/