mirror of
https://github.com/emilk/egui.git
synced 2026-03-27 20:30:22 +00:00
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
- Rust 98.5%
- Python 0.5%
- HTML 0.4%
- Shell 0.3%
- WGSL 0.2%
| .gitignore | ||
| CNAME | ||
| egui_demo_app.js | ||
| egui_demo_app_bg.wasm | ||
| 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