Skip to content
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

Rewrite using regl? #84

Open
jwerle opened this issue Aug 11, 2016 · 5 comments
Open

Rewrite using regl? #84

jwerle opened this issue Aug 11, 2016 · 5 comments
Labels
Milestone

Comments

@jwerle
Copy link
Contributor

jwerle commented Aug 11, 2016

cc @stephenmathieson @Erkaman @mikolalysenko

@Erkaman
Copy link

Erkaman commented Aug 11, 2016

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
Copy link
Contributor Author

jwerle commented Aug 11, 2016

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

@mikolalysenko
Copy link

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
Copy link
Contributor Author

jwerle commented Aug 11, 2016

@mikolalysenko yep, will do

@jwerle jwerle added this to the 2.0.0 milestone Sep 20, 2016
@jwerle jwerle added the 2.x.x label Sep 20, 2016
@jwerle
Copy link
Contributor Author

jwerle commented Sep 20, 2016

See #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants