For consistency with other repositories, i.e. so I can write `git checkout main` without worrying which repo I'm browsing. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CNAME | ||
| README.md | ||
| example.html | ||
| favicon.ico | ||
| index.html | ||
| multiple_apps.html | ||
README.md
This folder contains the files required for the egui web demo hosted at https://www.egui.rs/.
Testing locally
- Build with
scripts/build_demo_web.sh - Host with
scripts/start_server.sh - Open http://localhost:8765/index.html
Deploying egui.rs
Each merge into main will trigger a new deploy