Files
egui/egui
Emil Ernerfeldt 238581c65e wip
2021-12-28 20:54:26 +01:00
..
wip
2021-12-28 20:54:26 +01:00
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.