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
0a40b16bd4
|
7 months ago | |
---|---|---|
.. | ||
.gitignore | 12 months ago | |
CNAME | 12 months ago | |
README.md | 12 months ago | |
example.html | 12 months ago | |
favicon.ico | 12 months ago | |
index.html | 7 months ago | |
multiple_apps.html | 12 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:8888/index.html
Deploying egui.rs
Each merge into master
will trigger a new deploy