1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/egui
Emil Ernerfeldt c8f6cae362 eframe app creation refactor (#1363)
* Change how eframe apps are created
* eframe: re-export epi::* so users don't need to care about what epi is
2022-03-16 15:39:48 +01:00
..
2022-01-30 22:01:33 +01:00
2022-03-16 15:39:48 +01:00
2022-03-10 14:25:33 +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.