eh3rrera / earth-moon-vr

A simple app using React VR
MIT License
65 stars 25 forks source link
3d-models react react-vr

earth-moon-vr

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.

Requirements

Installation

  1. Download this repository and execute npm install to download the dependencies or yarn if you have it installed (recommended).
  2. Execute npm start. A local web server will be started (it may take some time).
  3. Go to http://localhost:8081/vr and start playing with the app.

License

MIT