cardboard-vr-display
A JavaScript implementation of a WebVR 1.1 VRDisplay
File Explorer
Download Latest Version (.zip)- cardboard-vr-display.js
- box.png
- custom-viewer.html
- iframe.html
- index.html
- magicwindow.html
- rotate-instructions.js
- complementary-filter.js
- fusion-pose-sensor.js
- pose-predictor.js
- sensor-sample.js
- base.js
- cardboard-distorter.js
- cardboard-ui.js
- cardboard-vr-display.js
- device-info.js
- distortion.js
- dpdb.js
- math-util.js
- options.js
- pose-sensor.js
- rotate-instructions.js
- util.js
- viewer-selector.js
- LICENSE
- METADATA
- three.js
- VRControls.js
- VREffect.js
- .babelrc
- .gitignore
- .npmignore
- .travis.yml
- index.html
- LICENSE
- licenses.txt
- package-lock.json
- package.json
- README.md
- rollup.config.js
- w3c.json
# Installation Guide
1. Get the code
git clone https://github.com/immersive-web/cardboard-vr-display
Downloads the entire project code from GitHub to your computer.
cd cardboard-vr-display
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
$ npm install --save cardboard-vr-display
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
