Updated to React VR 1.0.0
VR app made using the pre-released version of React VR that shows 3D models of the Earth and Moon in a space skybox.
You can see the tutorial of how this app was built at https://www.pluralsight.com/guides/getting-started-with-react-vr.
3D models used:
The space skybox was created with Spacescape.
- A browser that supports the WebVR API, like Firefox Nightly (here are some instructions)
- Latest version of Node.js
- Optionally, Yarn
- Download this repository and execute
npm install
to download the dependencies oryarn
if you have it installed (recommended). - Execute
npm start
. A local web server will be started (it may take some time). - Go to http://localhost:8081/vr and start playing with the app.
MIT