egui/egui_web/README.md

6 lines
448 B
Markdown
Raw Normal View History

2020-08-09 15:24:32 +00:00
# egui_web
2020-08-09 15:46:00 +00:00
This crates allows you to compile GUI code written with [Egui](https://crates.io/crates/egui) to [WASM](https://en.wikipedia.org/wiki/WebAssembly) to run on a web page.
2020-08-09 15:24:32 +00:00
Check out [docs/index.html](https://github.com/emilk/emigui/blob/master/docs/index.html), [demo_web](https://github.com/emilk/emigui/tree/master/demo_web) and [build_web.sh](https://github.com/emilk/emigui/blob/master/build_web.sh) for examples of how to set it up.