egui/egui_web
2021-01-03 11:25:13 +01:00
..
src Add all alpha-numeric keys to egui::Key 2021-01-03 11:25:13 +01:00
Cargo.toml Move egui::app into new epi crate 2020-12-29 14:15:46 +01:00
CHANGELOG.md Release Egui 0.6.0 2020-12-26 22:43: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.