egui/crates/egui_demo_app
Emil Ernerfeldt 7ea3f762b8
Make text underline and strikethrough pixel perfect crisp (#5857)
Small visual fix: pixel-align any text underline or strikethrough.
Before they could be often be blurry.
2025-03-28 20:37:38 +01:00
..
src Add `Ui::close` and `Response::should_close` (#5729) 2025-02-20 17:59:29 +01:00
tests Make text underline and strikethrough pixel perfect crisp (#5857) 2025-03-28 20:37:38 +01:00
Cargo.toml Bump accesskit to 0.18 and make it a workspace dependency (#5783) 2025-03-20 11:00:12 +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)