egui/egui
Emil Ernerfeldt 3b807e1ad6 Add Context::set_debug_on_hover and egui::trace!(ui) 2021-05-27 19:30:08 +02:00
..
src Add Context::set_debug_on_hover and egui::trace!(ui) 2021-05-27 19:30:08 +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.