Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/happypig375/threejscourse-webvr
A small VR project during a course on Three.js. Forked from
https://github.com/happypig375/threejscourse-webvr
Last synced: 2 days ago
JSON representation
A small VR project during a course on Three.js. Forked from
- Host: GitHub
- URL: https://github.com/happypig375/threejscourse-webvr
- Owner: Happypig375
- License: apache-2.0
- Created: 2018-08-31T03:54:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T03:55:19.000Z (over 6 years ago)
- Last Synced: 2024-11-07T22:45:09.617Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://github.com/borismus/webvr-boilerplate.git
- Size: 17 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: COPYING
Awesome Lists containing this project
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