egui/egui
2020-08-30 10:26:16 +02:00
..
benches [refactor] rename 'example' to 'demo', and add simple example_glium 2020-07-23 12:18:19 +02:00
fonts Rename from "Emigui" to "Egui" 2020-05-30 10:22:35 +02:00
src [animation] add Context::animate_bool helper function 2020-08-30 10:26:16 +02:00
Cargo.toml Update links to point to https://github.com/emilk/egui 2020-08-10 19:38:46 +02:00
README.md Move TODO-list to own TODO.md 2020-08-29 18:16:43 +02:00

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.