Augmented reality app using augmented reality

I am trying to create a location based augmented reality application using the wigitude phonegap plugin, I need to implement something similar to the 3_PointOfInterest_1_PoiAtLocation application which is inside wikitude-sdk-samples-master.

I have js, css and jquery folders that come with the wwititude-sdk-samples-master package. But it doesn't work for me. If anyone knows a good link for creating an augmented reality database using the wikitude plugin, please give me the link.

+3


source to share


1 answer


The Wikitude samples for PhoneGap should give you a good idea of ​​how the SDK works in conjunction with PhoneGap. You basically need to add a plugin to an existing project, create a new folder inside your platform www folder that contains your Architect World (html / js / css), and then load Architect World using the Wikitude plugin.

You can also use Safari Web Inspector, maybe you can get more information about what is wrong in your application.



Here is a link to the Wikitude PhoneGap documentation .

0


source







All Articles