I would like to begin developing with React VR, particularly with Google Cardboard, however, I am not sure if Google Cardboard is optimized for React VR. I am wondering if React VR is intended for more robust VR platforms like Daydream, Oculus, HTC Vive, etc.?
Asked
Active
Viewed 123 times
1
-
If your browser support the device, is it all what you need. – H. Pauwelyn May 16 '17 at 16:57
1 Answers
1
React VR is meant to primarily work on top of WebVR so in theory it should work on any device that supports VR (Cardboard, Oculus, GearVR, etc).
Unfortunately support is still limited and WebVR isn't a fully developed standard yet. But you can get a React VR app running in stereoscopic 3d mode on most Android phones if you enable a flag in Chrome chrome://flags#enable-webvr
. https://github.com/facebook/react-vr/issues/210
For Oculus headset + Caramel browser on Samsung GearVR headset + compatible phones stereoscopic 3d should work out of the box. https://facebook.github.io/react-vr/docs/vrbrowsers.html

Valentin
- 2,772
- 1
- 27
- 40