eframe is the official framework library for writing apps using egui, a GUI library for Rust. Use this tag for questions about code written using eframe.
eframe is the official framework library for writing apps using egui. The app can be compiled both to run natively (cross platform) or be compiled to a web app (using WASM).
egui (pronounced "e-gooey") is a simple, fast, and highly portable immediate mode GUI library for Rust.
A good starting point for egui/eframe applications is the official eframe_template.