egui/epi
2021-01-10 11:43:01 +01:00
..
src Rename PaintCmd to Shape 2021-01-10 11:43:01 +01:00
Cargo.toml Release 0.7.0 2021-01-04 15:52:29 +01:00
CHANGELOG.md [epi] Simplify TextureAllocator interface 2021-01-07 16:29:58 +01:00
README.md Improve ecosystem documentation and add changelogs for epi and eframe 2021-01-02 11:59:20 +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).