littlstar / axis360

Axis360 is a panoramic (360 video) rendering engine
http://developer.littlstar.com/axis360/public/doc/littlstar-axis/1.21.4/
MIT License
121 stars 22 forks source link

Rewrite using regl? #84

Open jwerle opened 7 years ago

jwerle commented 7 years ago

cc @stephenmathieson @erkaman @mikolalysenko

Erkaman commented 7 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.

jwerle commented 7 years ago

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

mikolalysenko commented 7 years ago

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.

jwerle commented 7 years ago

@mikolalysenko yep, will do

jwerle commented 7 years ago

See #102