Skip to content

Commit

Permalink
Merge pull request #95 from mattrayner/mattrayner/split-vuforia-sdk-f…
Browse files Browse the repository at this point in the history
…rom-plugin

[#18] Split the Vuforia SDK out from the plugin
  • Loading branch information
daniel seán griffin authored Aug 2, 2016
2 parents 0a6be72 + 87a6b58 commit 4b51332
Show file tree
Hide file tree
Showing 131 changed files with 13 additions and 9,016 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ![Cordova-Plugin-Vuforia][logo]
Cordova-Plugin-Vuforia is a [Cordova][cordova] plugin that uses [Vuforia][vuforia] to perform image recognition.

You can see a live example in the [Peugeot 208][peugeot] app on iOS and Android and a basic open source example in the [cordova-vuforia-example][example-repo] repo.
You can see a live example in the [Peugeot 208][peugeot] app on iOS and Android, and an open source example in the [cordova-vuforia-example][example-repo] repo.

[![NPM Version][shield-npm]][info-npm]
[![Supported Cordova Versions][shield-cordova]][info-npm]
Expand All @@ -17,6 +17,7 @@ You can see a live example in the [Peugeot 208][peugeot] app on iOS and Android

- [Supported Platforms](#supported-platforms)
- [Requirements](#requirements)
- [Dependencies](#dependencies)
- [Getting Started](#getting-started)
- [Plugin Installation](#plugin-installation)
- [JavaScript](#javascript)
Expand All @@ -43,14 +44,18 @@ Android (Minimum 4), iOS (Minimum 8)


## Requirements
> **NOTE:** You will require an Android or iOS device for development and testing. Cordova-Plugin-Vuforia requires hardware and software support that is not present in either the iOS or Android simulators.
Cordova-Plugin-Vuforia requires the following:
* [npm][npm]
* [Cordova 6.*][cordova] - 6.* is required as of v2.1 of this plugin, it adds support for Android 6 (Marshmellow) and iOS 9.
* If you haven't yet installed the Cordova CLI, grab the latest version by following [these steps][install-cordova].
* If you've already got a project running with an older version of Cordova, [see here][updating-cordova] for instructions on how to update your project's Cordova version.
* Or if you want to upgrade to the latest version on a platform-by-platform basis, see either [upgrading to cordova-ios 4][upgrading-ios] or [upgrading to cordova-android 5][upgrading-android].

> **NOTE:** You will require an Android or iOS device for development and testing. Cordova-Plugin-Vuforia requires hardware and software support that is not present in either the iOS or Android simulators.
### Dependencies
At present there is one major dependency for Cordova-Plugin-Vuforia:
* [Cordova-Plugin-Vuforia-SDK][cordova-plugin-vuforia-sdk] - This plugin is used to inject the Vuforia SDK into our Cordova applications


## Getting Started
Expand Down Expand Up @@ -316,6 +321,7 @@ Cordova-Plugin-Vuforia is licensed under the [MIT License][info-license].
[updating-cordova]: https://cordova.apache.org/docs/en/latest/guide/cli/index.html#updating-cordova-and-your-project
[upgrading-ios]: https://cordova.apache.org/docs/en/latest/guide/platforms/ios/upgrade.html#upgrading-360-projects-to-400
[upgrading-android]: https://cordova.apache.org/docs/en/latest/guide/platforms/android/upgrade.html#upgrading-to-5xx
[cordova-plugin-vuforia-sdk]: https://github.com/mattrayner/cordova-plugin-vuforia-sdk
[issue-16]: https://github.com/mattrayner/cordova-plugin-vuforia/issues/16
[cordova-orientation-issue]: https://github.com/apache/cordova-lib/pull/260
[peugeot]: https://itunes.apple.com/gb/app/new-peugeot-208/id1020630968?mt=8
Expand Down
43 changes: 0 additions & 43 deletions build/include/QCAR/Area.h

This file was deleted.

53 changes: 0 additions & 53 deletions build/include/QCAR/Box3D.h

This file was deleted.

46 changes: 0 additions & 46 deletions build/include/QCAR/CameraCalibration.h

This file was deleted.

123 changes: 0 additions & 123 deletions build/include/QCAR/CameraDevice.h

This file was deleted.

68 changes: 0 additions & 68 deletions build/include/QCAR/CylinderTarget.h

This file was deleted.

Loading

0 comments on commit 4b51332

Please sign in to comment.