-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
WebGL? #431
Comments
|
okey, imgui builds with webgl are even possible (ocornut/imgui#1269 (comment)) |
@gucio321 Theoretically, it's possible. Any opengl backend which supports webgl could be easily intergrated with imgui. |
maybe this one? https://github.com/nuberu/webgl |
@phorcys420 |
What do you mean? |
As you mentioned, i mean exactly that, what you want to achieve. |
IMO this should stay open because we may deffinitly want to add webgl support for giu |
Is this even possible? both GLFW and ImGui are using cgo. # runtime/cgo
cgo: unknown ptrSize for $GOARCH "wasm" See also cgo/main.go |
@AllenDang how is it going? I gonna start some project and would want to write UI using this awesome framework, but I suppose It'll need to be a webgl app. |
upstream issue in GO: golang/go#55351 |
I've used imgui-js by flyover before but it really doesn't suit my needs anymore, as I know you can compile go to wasm, would that be somehow possible with giu ?
The text was updated successfully, but these errors were encountered: