egui/egui
Emil Ernerfeldt 9dba63fa3f Skip persisting style for now (so everyone gets the new default style) 2021-01-17 14:19:47 +01:00
..
src Skip persisting style for now (so everyone gets the new default style) 2021-01-17 14:19:47 +01:00
Cargo.toml Break out mod paint into new crate epaint 2021-01-10 15:42:46 +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.