egui/egui
Emil Ernerfeldt b4871e2aef Add ui.allocate_at_least and ui.allocate_exact_size 2021-01-06 11:03:29 +01:00
..
fonts Add helpful script for listing contents of a .ttf file 2021-01-02 16:47:15 +01:00
src Add ui.allocate_at_least and ui.allocate_exact_size 2021-01-06 11:03:29 +01:00
Cargo.toml Release 0.7.0 2021-01-04 15:52:29 +01:00
README.md Move TODO-list to own TODO.md 2020-08-29 18:16:43 +02:00

README.md

GUI implementation

This is the core library crate Egui. It is fully platform independent without any backend. You give the Egui library input each frame (mouse pos etc), and it outputs a triangle mesh for you to paint.