egui/egui
2021-06-07 21:06:29 +02:00
..
src Make Layouts:: horizontal/vertial align/justify pub 2021-06-07 21:06:29 +02:00
Cargo.toml Add support for cint (conversions to and from color types) (#393) 2021-05-20 20:09:52 +02:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +01: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.