eframe 0.14.0

egui framework - write GUI apps that compiles to web and/or natively
Documentation

eframe - the egui framework crate

If you are planning to write an app for web or native, and are happy with just using egui for all visuals, Then eframe is for you!

To get started, look at https://github.com/emilk/egui_template.

You write your application code for [epi] (implementing [epi::App]) and then call from [crate::run_native] your main.rs, and/or call eframe::start_web from your lib.rs.

eframe is implemented using egui_web and egui_glium.