webvr js meetup initial commit

This commit is contained in:
Senad Uka
2017-03-11 15:22:17 +01:00
commit 3f640b55db
761 changed files with 264174 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# WebVR Boilerplate
A [THREE.js][three]-based starting point for cross-platform web-based VR
experiences.
This project relies heavily on the [WebVR Polyfill][polyfill] to provide VR
support if the [WebVR API][spec] is not implemented. It also uses the [WebVR
UI][ui] project to render the UI to enter VR and magic window modes. See here
for a [live demo][demo].
[three]: http://threejs.org/
[polyfill]: https://github.com/googlevr/webvr-polyfill
[ui]: https://github.com/googlevr/webvr-ui
[spec]: https://w3c.github.io/webvr/
[demo]: https://borismus.github.io/webvr-boilerplate/
## Getting started
The easiest way to start is to fork or clone this repository. The boilerplate is
also available via npm. Easy install:
npm install webvr-boilerplate