Skip to content

ArthurvS/vrview

This branch is 140 commits behind googlearchive/vrview:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Rafael Miranda
Mar 20, 2017
f87ae50 · Mar 20, 2017
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VR View

VR View allows you to embed 360 degree VR media into websites on desktop and mobile. For more information, please read the documentation available at http://developers.google.com/cardboard/vrview.

Building

This project uses browserify to manage dependencies and build. Watchify is especially convenient to preserve the write-and-reload model of development. This package lives in the npm index.

Relevant commands:

npm run build - builds the iframe embed.
npm run build-api - builds the JS API.
npm run watch - auto-builds the iframe embed whenever any source changes.
npm run watch-api - auto-builds the JS API code whenever any source changes.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%