1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Move egui::app into new epi crate

This commit is contained in:
Emil Ernerfeldt
2020-12-29 14:15:46 +01:00
parent 6953dc7d5d
commit d7459bc13d
21 changed files with 157 additions and 72 deletions

7
epi/README.md Normal file
View File

@@ -0,0 +1,7 @@
# Egui app Programming Interface
Backend-agnostic interface for writing apps using Egui.
Egui is a GUI library, which can be plugged in to e.g. a game engine.
This crate provides a common interface for programming an app, using Egui, so you can then easily plug it in to a backend such as `egui_web` or `egui_glium`.