/forestvr

A relaxing 3D/VR experience created with A-FRAME and THREE.JS

Primary LanguageJavaScriptMIT LicenseMIT

Forest VR

A relaxing 3D/VR experience created with A-FRAME and THREE.JS.

Example

See it in action here

Installation

First make sure you have Node installed.

If not get it on Node

To install the Node dependencies:

npm install

Local Development

To serve the site from a simple Node development server:

npm start

Then launch the site from your favourite browser:

http://localhost:3000/

If you wish to serve the site from a different port:

PORT=8000 npm start

License

This program is free software and is distributed under an MIT License.