egui/egui_web/README.md

12 lines
721 B
Markdown
Raw Normal View History

2021-07-29 20:04:20 +00:00
# egui_web
[![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)
2021-07-29 20:04:20 +00:00
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)
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 [egui_template](https://github.com/emilk/egui_template) for an example of how to set it up.