Start a new topic

How to simply start up with Wikitude? (Android + Titanium)

How to simply start up with Wikitude? (Android + Titanium)
1 Comment


Hi Chiara,
In general our example application in combination with our documentation is your preferred entry point on working with our SDK.

In short:
Add the Wikitude Module to your project (tiapp.xml)
'Require' our module: var wikitude = require('com.wikitude.ti');
'Use' our module as shown in 'SamplesListWindow.js/ARchitectWindow.js' to load Architect worlds.

Within the Architect world, you define in a JS API where to put your points of interest.

Best regards

Andreas
Login or Signup to post a comment