1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 12:50:04 -04:00
Files
egui/epi
2020-12-29 14:15:46 +01:00
..
2020-12-29 14:15:46 +01:00
2020-12-29 14:15:46 +01:00
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.