1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00
Files
egui/egui
Emil Ernerfeldt ea9393aa9b glow painter improvements (#1406)
* Add viewport info to PaintCallback
* glow: be more explicit with more state
* glow: Refactor VAO
2022-03-22 23:11:27 +01:00
..
2022-01-30 22:01:33 +01:00
2022-03-22 23:11:27 +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.