mirror of https://github.com/emilk/egui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Emil Ernerfeldt
3b9f964aed
|
4 months ago | |
---|---|---|
.. | ||
.gitignore | 12 months ago | |
CNAME | 12 months ago | |
README.md | 4 months ago | |
example.html | 12 months ago | |
favicon.ico | 12 months ago | |
index.html | 4 months ago | |
multiple_apps.html | 4 months ago |
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 master
will trigger a new deploy