egui/crates/egui
Emil Ernerfeldt a7539b270a
Remove `Order::PanelResizeLine` (#5455)
This was a hack that is no longer in use
2024-12-10 15:32:43 +01:00
..
assets Move all existing .png images to git LGS (#5320) 2024-10-29 10:04:07 +01:00
examples Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
src Remove `Order::PanelResizeLine` (#5455) 2024-12-10 15:32:43 +01:00
tests Fix CI failures (#5407) 2024-11-26 20:09:59 +01:00
Cargo.toml Update accesskit to 0.17 (#5372) 2024-11-26 15:16:08 +01:00
README.md Move all crates into a `crates` directory (#1940) 2022-08-20 10:41:49 +02:00

README.md

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.