AngularJS module for using the Wikitude cordova plugin in an Ionic project.
This bower package is designed for Ionic developers that wants to use the cordova Wikitude plugin to add Augmented Reality (AR) in their app. It provides an Angular Service, named Ionicitude, with a simple API to interact with the cordova plugin, wether it be setting it, launching it or handling the AR Views' requests (more about that later).
Please note that this project is not developped in association with or related to neither the Ionic team nor the Wikitude team.
The documentation for this project can be found in this repo's Wiki.
A demo application that uses Ionicitude in an Ionic app can be found here.
Any contribution or enhancement to this Ionicitude Demo App are welcomed and will be appreciated.
If you experience bugs or strange behaviors will testing this app, please do not hesitate to raise an issue about it.
In both case, please, use the GitHub tools of this repository (merge request and issues) rather than sending a personnal email. This way, it will be easier to manage and keep track of what's happening. Thanks !
This package is licensed under the MIT Licence. See LICENCE.txt or read the following text:
The MIT License (MIT)
Copyright (c) 2016-Present Mathias Oberson
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.