1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/crates/egui
lucasmerlin bac8ea09ac Add docs to Frame::new (#5670)
* [x] I have followed the instructions in the PR template
2025-02-04 10:17:15 +01:00
..
2025-02-04 10:17:15 +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.