egui/epi
Emil Ernerfeldt c9766f8a7b
Resizable panels + right and bottom panels (#438)
* Side panel resizing and add right panels

* Add resizable top/bottom panels

* Deprecate TopPanel

* Final tweaks and update CHANGELOG.md
2021-05-26 22:06:10 +02:00
..
src Resizable panels + right and bottom panels (#438) 2021-05-26 22:06:10 +02:00
Cargo.toml Tell docs.rs to use the --all-features flag when generating docs 2021-05-12 20:02:25 +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).