epi

Crates.ioepi
lib.rsepi
version0.17.0
sourcesrc
created_at2021-01-04 14:54:55.852223
updated_at2022-02-22 18:34:51.037554
descriptionBackend-agnostic interface for writing apps using egui
homepagehttps://github.com/emilk/egui/tree/master/epi
repositoryhttps://github.com/emilk/egui/tree/master/epi
max_upload_size
id331679
size25,476
Emil Ernerfeldt (emilk)

documentation

README

epi: the egui application programming interface

Latest version Documentation unsafe forbidden MIT Apache

epi 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.

Commit count: 3533

cargo fmt