Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tweedegolf/vr-test4
Testing WebVR API
https://github.com/tweedegolf/vr-test4
Last synced: about 2 months ago
JSON representation
Testing WebVR API
- Host: GitHub
- URL: https://github.com/tweedegolf/vr-test4
- Owner: tweedegolf
- Created: 2015-04-19T20:28:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T14:27:27.000Z (over 6 years ago)
- Last Synced: 2024-04-14T05:27:52.785Z (9 months ago)
- Language: JavaScript
- Size: 319 KB
- Stars: 1
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vr-test4
## Dependencies
This project has 2 dependencies:* [Node.js](http://nodejs.org/)
* [npm](https://www.npmjs.org/)## Installing
Install the project dependencies using:npm install
This will install a.o. browserify and babelify.
## Commands
All code is written in es6 so you need to transpile the javascript code before it can run in a browser.npm run watch
Starts watchify and transpiles code as soon as a file has changed.
npm run build
Transpiles and builds the code with a separate sourcemap.
npm start
Starts a local webserver at port 8080.
## Description
## Live example
[https://tweedegolf.github.io/vr-test4/](https://tweedegolf.github.io/vr-test4/)