-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try egui_glow
with egui-winit
on web
#1032
Comments
I'm working for it. |
progress . |
crash caused from wasm std::thread. |
sleep disabled works perfect on my laptop but still need to port persistence. |
update |
I will make draft PR. |
It would be great if we could get
egui-winit
to work on the web usingegui_glow
for rendering. If that worked, we could potentially makeeframe
just a thin wrapper around those two crates, with no need foregui_web
.Related: #685 by @AlexApps99 and #868 by @t18b219k. Also related: #1022
Tracking issues (from #1022 (comment)):
DeviceEvent::ModifiersChanged
rust-windowing/winit#1151The text was updated successfully, but these errors were encountered: