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/vr-components.git
cd vr-components
npm install
npm start
If you'd like to hack on this project and don't have access to the npm repos, contact @cvan and he'll give you the info you'll need to log in:
npm login
And fire up http://localhost:9000!