1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 05:10:03 -04:00

[doc] improve docstrings in Egui

This commit is contained in:
Emil Ernerfeldt
2020-08-09 17:24:32 +02:00
parent e26150e46f
commit 3facd5c587
21 changed files with 101 additions and 20 deletions

5
egui_web/README.md Normal file
View File

@@ -0,0 +1,5 @@
# egui_web
This crates allows you to compile GUI code written with [Egui](crates.io/crates/egui) to [WASM](https://en.wikipedia.org/wiki/WebAssembly) to run on a web page.
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.