WebVR Boilerplate
A THREE.jsthree-based starting point for cross-platform web-based VR
experiences.This project relies heavily on the WebVR Polyfillpolyfill to provide VR support if the WebVR APIspec is not implemented. It also uses the WebVR UIui project to render the UI to enter VR and magic window modes.
Getting started
The easiest way to start is to fork or clone this repository. The boilerplate is also available via npm. Easy install:npm install webvr-boilerplate