-
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
glow wasm backend #837
Comments
You should be able to just use Try it! @AlexApps99 may have some better ideas here. |
Ooh, I'll try, big thanks :) |
Related issue: #820 |
At this point, egui_glow does not work with wasm, but support is very close. Check out the issue above for more info, but in the mean time, you can use conditional compilation with egui_web. |
Have a look at #852, it seems to be an early work in progress, but it would certainly close this issue. |
Thanks |
Let's try #868
and report bugs. |
let's close this issue |
Closed by #868 |
I've seen your recent PR with glow backend, and it looks very nice!
But I really hoped that with glow there will be (at least some basic) support for glow wasm (web-sys) target also, but it seems, that glutin is required for glow.
I would really appreciate it if you'd made some basic support for wasm with glow.
As far as I understand, rendering side should be easily done, because glow is (kinda) similar on web and native sides.
Input is the harder problem, and I will be satisfied at least with just an ability to pass inputs yourself (and rendering done with glow). As I understand, I can't do it right now(?)
The text was updated successfully, but these errors were encountered: