egui/crates/egui_demo_app
lucasmerlin f5b058b908
Add `Ui::close` and `Response::should_close` (#5729)
This adds a generic way of telling containers to close from their child
`Ui`s.

* Part of #5727 
* [x] I have followed the instructions in the PR template

---------

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2025-02-20 17:59:29 +01:00
..
src Add `Ui::close` and `Response::should_close` (#5729) 2025-02-20 17:59:29 +01:00
tests Make the ends of vline/hline sharper (#5676) 2025-02-04 15:31:51 +01:00
Cargo.toml Upgrade to wgpu 24 (#5610) 2025-01-16 17:00:29 +01:00
README.md Rename `sh/` folder to `scripts/` 2023-04-18 17:10:52 +02:00

README.md

egui demo app

This app demonstrates egui and eframe.

View the demo app online at https://egui.rs.

Run it locally with cargo run --release -p egui_demo_app.

egui_demo_app can be compiled to WASM and viewed in a browser locally with:

./scripts/start_server.sh &
./scripts/build_demo_web.sh --open

egui_demo_app uses egui_demo_lib.

Running with wgpu backend

(cd egui_demo_app && cargo r --features wgpu)