2020-08-10 17:38:46 +00:00
[](https://crates.io/crates/egui_web)
[](https://docs.rs/egui_web)


2020-08-09 15:24:32 +00:00
# egui_web
2021-01-17 13:48:59 +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
2020-12-29 16:54:52 +00:00
Check out [egui_template ](https://github.com/emilk/egui_template ) for an example of how to set it up.