1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00
Files
egui/crates/egui
Bruno Paré-Simard 46d88fec45 partial commit
Merged the sides.
Merged the panel options.

Started panel shows
2025-01-29 22:39:13 -05:00
..
2025-01-29 22:39:13 -05: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.