mirror of
https://github.com/emilk/egui.git
synced 2026-07-14 02:28:54 +00:00
a859b2a26e
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
egui app programming interface
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 egui_frame (which in a wrapper over egui_web or egui_glium).