You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the effort to maintain gl-rs!
I've already used gl-rs with stdweb and it works great. But now I am developing a project using wasm-bindgen and web-sys. I can directly access WebGL bindings through web-sys, but I want to use an OpenGL abstraction make the project portable to other platforms.
With that said, I would like to know: What is the state of gl-rs with wasm-bindgen + web-sys? I couldn't find any resource on it.
The text was updated successfully, but these errors were encountered:
Ahh that would be handy! I hear that the ecosystem is moving to wasm-bindgen and web-sys now? I might need some help if somebody was going to support this. Possibly we'd need a new binding generator 🤔.
There already might be another crate out there for webgl on wasm-bindgen, and if that's the case then maybe we should be directing people to that. Not sure though!
First of all, thanks for the effort to maintain
gl-rs
!I've already used
gl-rs
withstdweb
and it works great. But now I am developing a project usingwasm-bindgen
andweb-sys
. I can directly accessWebGL
bindings throughweb-sys
, but I want to use anOpenGL
abstraction make the project portable to other platforms.With that said, I would like to know: What is the state of
gl-rs
withwasm-bindgen
+web-sys
? I couldn't find any resource on it.The text was updated successfully, but these errors were encountered: