
* Make egui_glow and opt-in backend for eframe * Add egui_glow to Cargo.toml and to CI * Reference egui_glow where egui_glium is mentioned * Remove path-patches from root Cargo.toml * Add instructions on how to enable the glow backend of eframe
1.1 KiB
1.1 KiB
epi
: the egui
application programming interface
epi
is a backend-agnostic interface for writing apps using egui
(a platform agnostic GUI library).
This crate provides a common interface for programming an app using egui, which can then be easily plugged into eframe
(which is a wrapper over egui_web
, egui_glium
and egui_glow
).
This crate is only for those that want to write an app that can be compiled both natively and for the web.