egui/epi
2021-01-02 11:59:20 +01:00
..
src Improve ecosystem documentation and add changelogs for epi and eframe 2021-01-02 11:59:20 +01:00
Cargo.toml Add new crate eframe which wraps egui, epi, egui_web and egui_glium 2020-12-29 15:57:13 +01:00
CHANGELOG.md Improve ecosystem documentation and add changelogs for epi and eframe 2021-01-02 11:59:20 +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).