Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borismus/webvr-boilerplate
A starting point for web-based VR experiences that work on all VR headsets.
https://github.com/borismus/webvr-boilerplate
Last synced: about 2 months ago
JSON representation
A starting point for web-based VR experiences that work on all VR headsets.
- Host: GitHub
- URL: https://github.com/borismus/webvr-boilerplate
- Owner: borismus
- License: apache-2.0
- Created: 2015-01-21T02:40:06.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T04:51:43.000Z (over 6 years ago)
- Last Synced: 2024-09-30T23:47:53.356Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 16.2 MB
- Stars: 1,797
- Watchers: 155
- Forks: 454
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: COPYING
Awesome Lists containing this project
- awesome-canvas - webvr-boilerplate - boilerplate/#)] - A starting point for web-based VR experiences that work on all VR headsets. ![](https://img.shields.io/github/stars/borismus/webvr-boilerplate?style=social) ![](https://img.shields.io/github/forks/borismus/webvr-boilerplate?style=social) (Libraries / VR/AR)
- awesome-vr-ux - WebVR Boilerplate
README
# 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