Skip to content

pbreuss/wikitude-ionic-2-starter-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

wikitude-ionic-2-starter-app

This starter app is the fastest way to get you started with your own Augmented Reality projects and benefit from the powerful framework Ionic 2. It uses the latest and greatest version of the Phonegap/Cordova Wikitude Plugin (6.0) and is based on Ionic 3 (3.0.1). It contains two sample AR Worlds (1 Geo World - default, and one Image Recognition World) from the Wikitude sample projects (a 3D model of the Earth floating on a relative location).

You can easily replace this sample with other samples from the Wikitude SDK Examples directory, by replacing the content of the directory src/assets with another sample. (See Wikitude SDK --> WikitudeSDK_Android_6-0-0_2017-01-24_20-27-20/Examples/SDKExamples/wikitude-sdk-samples/src/main/assets/samples Note: when copying a sample directory to your project, replace the $-signs with underscore characters, and update the path in src/pages/ar-view/ar-view.ts.)

You can switch between the sample geo world and the sample IR world in the file src/pages/ar-view/ar-view.ts and comment in the lines marked with (1) for the IR sample world, or (2) for the sample GEO world - don't forget to comment out the other sample world (IR or GEO), as you can't have a GEO world and a IR world at the same time.

For the IR world, please use target 3 of Wikitude Target Examples.

Additionally this Starter app shows you how to communicate between the ionic 2 pages and the Wikitude SDK: There is a "Snapshot" link on the AR view. When you click it, a message is sent to a callback defined in app.components.ts, this function then creates a snapshot of the screen and saves it on the phone. Look for "captureScreen" within the sources. After the image has been saved locally, a Javascript function within the Wikitude SDK is called from Ionic using WikitudePlugin.callJavaScript(...), as an example of how you can send massages the other way round, from Ionic to the Wikitude SDK.

Version Information

1.0 Initial creation for Ionic 2 RC.0 - Oct 6, 2016
1.1 Upgrade to Ionic 2 RC.4; added an IR sample world - Jan 12, 2017
1.2 Upgrade to Ionic 2 RC.5 - Jan 16, 2017
1.3 Upgrade to Ionic 2 (2.0.1-final) and Wikitude 6.0 - Jan 26, 2017
1.4 Upgraded to Ionic 2 (2.3.0) - March 25, 2017
1.5 Upgraded to Ionic 3 (3.0.1) - April 25, 2017

How to use this template

  1. To get started with ionic, see http://ionicframework.com/docs/v2/getting-started/installation/

  2. Create an empty tab app by typing in the terminal

$ ionic start WikitudeIonic2StarterApp --v2
  1. Download this starter app (it's a src directory), and replace the src directory of the empty tab app with it

  2. Using the terminal, go to the directory WikitudeIonic2StarterApp and add the platform ios to your app:

$ cd WikitudeIonic2StarterApp
$ ionic platform add ios
  1. Then add the android platform as well
$ ionic platform add android
  1. Install the Wikitude Cordova Plugin:
$ ionic plugin add https://github.com/Wikitude/wikitude-cordova-plugin.git
  1. Obtain a (free) license key from Wikitude: Go to http://www.wikitude.com/developer/licenses, register, and download a key for the Wikitude SDK. Then copy the key to the file src/app/app.component.ts

  2. For iOS, open xcode, under Resources/WikitudeIonic2StarterApp-Info.plist add the following values:

NSCameraUsageDescription and in the value field enter something like like "This app needs the camera for Augmented Reality."
NSLocationWhenInUseUsageDescription, and a value like "This app needs your location for Geo AR"
NSPhotoLibraryUsageDescription, and a value like "This app needs to access your photo gallery such that you can share your screenshots"

  1. Please remember that you can't test this plugin on a browser or emulator. You need an Android or iOS device. To test on Android, type:
$ ionic build android

and install the apk (see filename when the compilation finished), type:

$ adb install -r your-path-to-your-apk-file

To test on iOS, compile your project with

$ ionic build ios

Then you can open WikitudeIonic2StarterApp/platforms/ios/WikitudeIonic2StarterApp.xcodeproj with XCode, then you plug in you IOS device, then in XCode, on the top left, click WikitudeIonic2StarterApp, popup opens, choose your device, and then click the Build button (the triangle on the top left). When you are installing the app using XCode for the first time, you need to set a Team, under Project Settings --> General --> Signing --> Team, choose your Apple ID.

Logging: to view the logs of your AR world, click on the orange triangle on the bottom right of the AR View. Logs are printed bottom to top. To remove the orange triangle, remove the following from src/assets/3_3dModels_6_3dModelAtGeoLocation/index.html: Take this out of your body statement: onLoad="javascript:AR.logger.activateDebugMode();"

To learn more about how to develop your own AR worlds, please look at http://www.wikitude.com/developer/documentation/phonegap.

This project is maintained by Schneeweis.Technology. If you have questions or suggestions, please send an email to info[at]schneeweis.technology.

Disclaimer: This Starter App is not officially supported and maintained by Wikitude GmbH.

About

This starter app is deprecated - please use wikitude-ionic-3-starter-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published