https://github.com/phonegap/phonegap-template-webvr
PhoneGap template for the WebVR Boilerplate at https://github.com/borismus/webvr-boilerplate
https://github.com/phonegap/phonegap-template-webvr
Last synced: over 1 year ago
JSON representation
PhoneGap template for the WebVR Boilerplate at https://github.com/borismus/webvr-boilerplate
- Host: GitHub
- URL: https://github.com/phonegap/phonegap-template-webvr
- Owner: phonegap
- License: apache-2.0
- Created: 2016-11-17T01:14:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T21:21:11.000Z (over 9 years ago)
- Last Synced: 2025-04-17T10:34:13.343Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3 MB
- Stars: 1
- Watchers: 14
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phonegap-template-webvr
A PhoneGap template for the [WebVR Boilerplate](https://github.com/borismus/webvr-boilerplate), designed for use on phones supporting iOS 8 or greater and Android (7.0 Nougat or greater preferable, older Android OSes will need to use the Crosswalk plugin).
To install:
phonegap create hello com.example.hello HelloWorld --template phonegap-template-webvr
Don’t forget to add the Crosswalk plugin beforehand if you are on an older Android (< 7.0) version:
phonegap plugin add cordova-plugin-crosswalk-webview
More info about PhoneGap app templates [here](https://cordova.apache.org/docs/en/latest/guide/cli/template.html).
## Credits
The WebVR Boilerplate contents is from https://github.com/borismus/webvr-boilerplate
To update with the latest from that repo execute in the top-level directory:
git remote add webvr-boilerplate https://github.com/borismus/webvr-boilerplate.git
git subtree pull --prefix=template_src/www --squash webvr-boilerplate master