1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00
Files
egui/egui_demo_app
Emil Ernerfeldt 4e8a6e3370 misc code cleanup
2022-07-29 16:07:26 +02:00
..
2022-07-29 16:07:26 +02:00
2022-07-26 16:50:53 +02:00

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:

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

egui_demo_app uses egui_demo_lib.