egui/epi
Emil Ernerfeldt 31b7eda51e Rename Egui to egui
Also update iamges in README.md
2021-01-17 14:48:59 +01:00
..
src Rename Egui to egui 2021-01-17 14:48:59 +01:00
Cargo.toml Rename Egui to egui 2021-01-17 14:48:59 +01:00
CHANGELOG.md [epi] Simplify TextureAllocator interface 2021-01-07 16:29:58 +01:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01:00

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).