Mobile App to guide people through the public art collection at the campus of the University of Houston.
The code is using Ionic Framework and Wikitude SDK for Augmented Reality (AR) features.
##Development Prerequisites:
bower npm install -g bower
##Getting started for Development:
-
Run
npm installReads package.json and installs node packges into node_modules. -
Run
bower install. Reads bower.json and installs local dependencies into the folderwww/lib -
Run
cordova restore plugins ios --experimental -
Run
cordova plugin add <PACKAGE_NAME>for the following plugins com.mediamatrixdoo.keepscreenon
org.apache.cordova.device
org.apache.cordova.file
org.apache.cordova.file-transfer
org.apache.cordova.geolocation
org.apache.cordova.statusbar
org.apache.cordova.inappbrowser
https://github.com/Wikitude/wikitude-phonegap.git
org.apache.cordova.inappbrowser
- Edit
\plugins\com.wikitude.phonegap.WikitudePlugin\www\WikitudePlugin.jsand add the plugin key. A free trial key can be requested from Wikitude for development purposes.
###Run in browser or Phonegap Developer App
- Run
ionic serve. This usesionic.xmland will serve as local node server. Live updates when you make changes to the code. This works with Phonegap Developer App.
###Running on a iOS/Android Device:
8. Run cordova platform add ios or cordova platform add android
- Run
cordova platform build iosorcordova platform build androidand use appropriate cordova commands to test/build/deploy.