mirror of
https://github.com/emilk/egui.git
synced 2026-07-17 12:08:56 +00:00
44b573f6a6
This gives users more control over the order of load/setup. It also allows users to load textures in setup.
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).