googlearchive / tango-examples-c

JNI example projects for Project Tango [deprecated] C-API
https://developers.google.com/ar
Apache License 2.0
337 stars 204 forks source link

How can I use this API to make an 'AR' app? #116

Open sayan-sibyl opened 6 years ago

sayan-sibyl commented 6 years ago

I want to make an 'AR' app compatible with all versions of Android and will practically work in any Android phone so my question is can I use it develop an 'AR' app

sjfricke commented 6 years ago

So there is a nice TangoInitializationHelper Class provided in the examples. If you want to create an "optional Tango" app you would need to build some logic around where the samples call this class and if it returns without Tango.

Another gotcha is in most of the examples manifest files they have it required so this will need be set to false

Other then that, you should be good to run the rest of demos without an Tango device

sayan-sibyl commented 6 years ago

@sjfricke thanx man I am creating an app with 'AR' stickers just like Snapchat so I was researching for free 'AR' sdks so I think now I can use this API to make my dream app!