egui/egui
Emil Ernerfeldt db110b1690 Remove deprecated functions 2021-12-30 22:37:58 +01:00
..
examples Add inter-linking between different forms of documentations and examples 2021-12-29 21:44:48 +01:00
src Remove deprecated functions 2021-12-30 22:37:58 +01:00
Cargo.toml Release 0.16.0 - Context menus and rich text 2021-12-29 12:07:05 +01: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.