1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Deploying to gh-pages from @ emilk/egui@5d3e958ecf 🚀

This commit is contained in:
emilk
2026-08-27 01:15:41 +00:00
commit 64aa1468c8
9 changed files with 3940 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
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