darthdeus / comfy

Comfy is a fun 2D game engine built in Rust. It's designed to be opinionated, productive, and easy to use.

Home Page:https://comfyengine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egui hidpi in wasm

darthdeus opened this issue · comments

Fixed now, also there's now a small separate crate for testing scaling where we can use wasm-server-runner at https://github.com/darthdeus/comfy/tree/master/demos/egui-scaling

It's made a separate crate because none of the WASM helpers (like wasm-server-runner) support cargo examples.