egui/egui_web
Emil Ernerfeldt 0f33bc7c34
Fix web blur (#151)
* [egui_web] Always use an even canvas size

Fixes https://github.com/emilk/egui/issues/103

* [egui_web] Position canvas at top of screen

This avoids jumpyness when resizing,
caused by rounding height to an even number
2021-02-01 20:44:39 +01:00
..
src Fix web blur (#151) 2021-02-01 20:44:39 +01:00
Cargo.toml Release 0.8.0 - Grid layout & new visual style 2021-01-17 15:28:52 +01:00
CHANGELOG.md Multiple mouse button support (#135) 2021-01-25 18:50:19 +01:00
README.md Rename Egui to egui 2021-01-17 14:48:59 +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.