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

YoxY/aframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

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 97.6%
  • CSS 2.0%
  • HTML 0.4%