axis360 icon indicating copy to clipboard operation
axis360 copied to clipboard

Rewrite using regl?

Open jwerle opened this issue 8 years ago • 5 comments

cc @stephenmathieson @erkaman @mikolalysenko

jwerle avatar Aug 11 '16 16:08 jwerle

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.

Erkaman avatar Aug 11 '16 16:08 Erkaman

Should WebVR be implemented in regl core? I imagine this could be done as a module on our side

jwerle avatar Aug 11 '16 17:08 jwerle

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 avatar Aug 11 '16 18:08 mikolalysenko

@mikolalysenko yep, will do

jwerle avatar Aug 11 '16 18:08 jwerle

See #102

jwerle avatar Sep 20 '16 22:09 jwerle