Crates.io | epi |
lib.rs | epi |
version | 0.17.0 |
source | src |
created_at | 2021-01-04 14:54:55.852223 |
updated_at | 2022-02-22 18:34:51.037554 |
description | Backend-agnostic interface for writing apps using egui |
homepage | https://github.com/emilk/egui/tree/master/epi |
repository | https://github.com/emilk/egui/tree/master/epi |
max_upload_size | |
id | 331679 |
size | 25,476 |
epi
: the egui
application programming interfaceepi
is a 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 eframe
(which is a wrapper over egui_web
, egui_glium
and egui_glow
).
This crate is only for those that want to write an app that can be compiled both natively and for the web.