egui/epi
2021-01-04 10:25:13 +01:00
..
src [eframe] Make persistence, http and time optional features 2021-01-04 10:25:13 +01:00
Cargo.toml [eframe] Make persistence, http and time optional features 2021-01-04 10:25: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).