egui/egui_web
2021-01-07 16:29:58 +01:00
..
src [epi] Simplify TextureAllocator interface 2021-01-07 16:29:58 +01:00
Cargo.toml Release 0.7.0 2021-01-04 15:52:29 +01:00
CHANGELOG.md Release 0.7.0 2021-01-04 15:52:29 +01:00
README.md Rename egui_demo to egui_demo_app to avoid confusion with egui_demo_lib 2020-12-29 17:54:52 +01:00

Latest version Documentation MIT Apache

egui_web

This crates allows you to compile GUI code written with Egui to WASM to run on a web page.

Check out egui_template for an example of how to set it up.