Skip to content
/ aframe Public
forked from aframevr/aframe

A web framework for building virtual reality experiences.

License

Notifications You must be signed in to change notification settings

joygill/aframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vr-components

VR components bundled with a copy of vr-markup.

Usage

Codepen

If you want to get hacking immediately, just fire up this Codepen example scene!

Downloads

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.

npm

First install from npm:

npm install vr-components

And in your Browserify/Webpack modules, simply require the module:

require('vr-components')

Local Development

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

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!

About

A web framework for building virtual reality experiences.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 1.7%
  • HTML 0.3%