1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/epi
Emil Ernerfeldt d0d22ea09b Release 0.7.0
2021-01-04 15:52:29 +01:00
..
2021-01-04 15:52:29 +01:00
2021-01-04 15:52:29 +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).