Files
egui/egui
Emil Ernerfeldt dca7f85f21 Release Egui 0.6.0
2020-12-26 22:43:29 +01:00
..
2020-12-26 22:35:21 +01:00
2020-12-26 22:43:29 +01:00
2020-08-29 18:16:43 +02: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.