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.
10 lines
310 B
10 lines
310 B
12 months ago
|
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:8888/index.html>
|
||
|
|
||
|
## Deploying egui.rs
|
||
|
Each merge into `master` will trigger a new deploy
|