egui/crates/egui
Emil Ernerfeldt da67465a6c
Add `Response::clicked_with_open_in_background` (#7093)
Useful for buttons that should act as Hyperlinks
2025-05-26 19:44:55 +02:00
..
assets Fix broken images on egui.rs (move from git lfs to normal git) (#5480) 2024-12-16 14:16:54 +01:00
examples Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
src Add `Response::clicked_with_open_in_background` (#7093) 2025-05-26 19:44:55 +02:00
Cargo.toml Rework `TextEdit` arrow navigation to handle Unicode graphemes (#5812) 2025-04-22 17:44:10 +02: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.