egui/epi
2021-02-28 20:11:37 +01:00
..
src eframe: always provide a texture allocator 2021-02-28 19:09:48 +01:00
Cargo.toml Release 0.10.0 - Plot and polish 2021-02-28 20:11:37 +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).