ChristopherChudzicki / math3d-react

A user-friendly 3d graphing calculator for the web. Create, share, and animate 3d mathematical scenes.
https://www.math3d.org
Mozilla Public License 2.0
251 stars 35 forks source link

VR support? #249

Open A1igator opened 4 years ago

A1igator commented 4 years ago

I believe there is great potential for a VR graphing project. I was wondering if you have put any thought into this?

ChristopherChudzicki commented 4 years ago

I have thought about it a little bit but do not have any plans to implement that soon. I think that "most" of what would be required is updating MathBox to use a newer version of ThreeJS and adding VR controls to the MathBox ThreeJS instance.

A1igator commented 4 years ago

I was thinking of doing it myself. Do you think I should try to contribute to this project or make a new one (I took interest to this project because it seems like the only fully fledged ThreeJS VR grapher)

FreesoSaiFared commented 2 weeks ago

I have thought about it a little bit but do not have any plans to implement that soon. I think that "most" of what would be required is updating MathBox to use a newer version of ThreeJS and adding VR controls to the MathBox ThreeJS instance.

what would be required for implementing WebXR? You said "most" so that would not be all? I am trying to figure out how it all works with Cody in vscode, but i could use some pointers...