Open jwerle opened 8 years ago
WebVR is not yet supported by regl. So either you would have to wait for us implementing it, or you can implement it into the framework by yourself. Note sure how hard that would be. It would involve modifying the code generation in regl/lib/core.js
, and that code is very nasty, and severely undocumented. @mikolalysenko is currently the only one who fully understands all that stuff. And he is very busy right now, so it may take time before WebVR is ever implemented into the framework.
Should WebVR be implemented in regl core? I imagine this could be done as a module on our side
I haven't investigated WebVR carefully, but I think that it should be possible to implement with regl as is today. If there any missing features or interfaces we have to refactor, let me know and we can iterate.
@mikolalysenko yep, will do
See #102
cc @stephenmathieson @erkaman @mikolalysenko