Files
egui/crates/egui
Emil Ernerfeldt ea53246c60 Refactor viewport ids in eframe (#3607)
Simplifies some things
2023-11-22 13:50:43 +01:00
..
2023-09-12 10:39:17 +02:00
2023-11-21 17:26:35 +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.