Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dsgriffin/cordova-vuforia-example
:camera: A cordova-plugin-vuforia example
https://github.com/dsgriffin/cordova-vuforia-example
cordova cordova-vuforia javascript vuforia vuforia-sdk
Last synced: 17 days ago
JSON representation
:camera: A cordova-plugin-vuforia example
- Host: GitHub
- URL: https://github.com/dsgriffin/cordova-vuforia-example
- Owner: dsgriffin
- Created: 2016-05-24T11:43:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T13:12:02.000Z (over 8 years ago)
- Last Synced: 2023-08-01T13:42:57.244Z (over 1 year ago)
- Topics: cordova, cordova-vuforia, javascript, vuforia, vuforia-sdk
- Language: Java
- Homepage:
- Size: 82.8 MB
- Stars: 11
- Watchers: 5
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cordova Vuforia Example
A simple example Cordova project using [cordova-plugin-vuforia](https://github.com/thisisbd/cordova-plugin-vuforia).
### Features
* Custom files (replace the files inside `www/targets` with your own, or use absolute paths as specified [here](https://github.com/mattrayner/cordova-plugin-vuforia#configxml)).
* Demos starting, automatically stopping and manually stopping the plugin.### Requirements
* Cordova 6.*
* iOS 8 minimum (if running on an iOS device)
* Android 4 minimum (if running on an Android device)### Build
First, clone the repo.
Next, replace `YOUR_VUFORIA_KEY` in the `startVuforia` function (inside `www/js/index.js`) with your Vuforia key.
Then, make sure your device is properly connected and run either `cordova prepare ios && cordova run ios` or `cordova prepare android && cordova run android`, depending on your device type of course.
:tada:
## LicenseMIT