mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
egui exports `emath` under its original name AND under the alias `math` (for historical reasons).
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.