1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/egui
Emil Ernerfeldt b137f16472 Make members of Response public, but hide documentation
Discourage their direct use, but allow it
2022-04-30 15:49:50 +02: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.