egui/epi
2021-05-09 14:01:57 +02:00
..
src group rustdoc lints under rustdoc:: prefix 2021-05-09 14:01:57 +02:00
Cargo.toml Try to allow turning off default_fonts for all libs (#266) 2021-04-07 20:14:44 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +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).