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.
[![Latest version ](https://img.shields.io/crates/v/egui_web.svg )](https://crates.io/crates/egui_web)
[![Documentation ](https://docs.rs/egui_web/badge.svg )](https://docs.rs/egui_web)
![MIT ](https://img.shields.io/badge/license-MIT-blue.svg )
![Apache ](https://img.shields.io/badge/license-Apache-blue.svg )
# egui_web
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.
Check out [egui_template ](https://github.com/emilk/egui_template ) for an example of how to set it up.