mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 17:18:55 +00:00
5dd68337c4
This simplifies a few things, but some benchmarks gets worse, probably due to the increased memory use (and thus more cache misses). I don't plan to merge this, but leave it here as an experiment
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.