egui/epi
2021-01-01 14:54:26 +01:00
..
src Move http fetch api from eframe to epi 2021-01-01 14:54:26 +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
README.md Move egui::app into new epi crate 2020-12-29 14:15:46 +01:00

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.