egui/epi
2021-02-21 11:23:33 +01:00
..
src Add Context::set_pixels_per_point to control the scale of the UI 2021-02-21 11:23:33 +01:00
Cargo.toml Release 0.9.0 - light mode, right clicks and more 2021-02-07 17:06:51 +01:00
CHANGELOG.md Control the maximum egui web canvas size with App::max_size_points 2021-02-12 17:58:02 +01: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).