egui/egui
Emil Ernerfeldt ece25ee7f3 Add `Ui::set_visible` as a way to hide widgets
Closes https://github.com/emilk/egui/issues/460
2021-06-07 22:12:49 +02:00
..
src Add `Ui::set_visible` as a way to hide widgets 2021-06-07 22:12:49 +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

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.