VR components bundled with a copy of vr-markup.
If you want to get hacking immediately, just fire up this Codepen example scene!
If you would like to embed this library in your project, simply include this single file:
Or if you'd prefer unminified files for local development (with source maps):
Also, be sure to check out the awesome examples.
First install from npm:
npm install vr-components
And in your Browserify/Webpack modules, simply require the module:
require('vr-components')
If you'd like to hack on components and/or examples, simply run these commands to get started:
git clone [email protected]:MozVR/horizon.git
cd horizon
npm install
npm start
And fire up http://localhost:9000!