How to simply start up with Wikitude? (Android + Titanium)
C
Chiara Sammarco
started a topic
about 7 years ago
How to simply start up with Wikitude? (Android + Titanium)
1 Comment
A
Andreas Schacherbauer
said
about 7 years ago
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.
Chiara Sammarco