Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am looking into creating an augmented reality app for android and would like to know what is the easiest library to use and if there are any that have a few tutorials to get used to it.

Any help appreciated.

share|improve this question

4 Answers

You have few options. If you are familiar with php you can use Junaio
http://www.junaio.com/

If you are familiar with android environment you can use ANDAR
http://code.google.com/p/andar/


Both libraries are free.

Out of the two junaio has more features and easy. In addition you can use following frameworks as well. But these frameworks are not free.

  1. Artoolkit for android
  2. metaio toolkit for android
  3. Total imersion toolkit for android

Choosing one among these frameworks really depends on your requirements

share|improve this answer
Are any of these able to be used without.a network.connection and only gps? I am assuming the php option needs a network connection. – Max Apr 9 '12 at 12:09
1  
yes of course you are right. other all except junaio can work without internet connection. But junaio support GPS tracking as well. Among others I think metaio library has GPS tracking. Artollkit, AndAR and TI do not support it. – deltaaruna Apr 11 '12 at 4:15

I have used this library in the past and it worked well. Just be sure to note the GPL v3 license.

Mixare

share|improve this answer

I'm a bit late to the thread but I was looking for a good simple augmented reality library/toolkit and found this AR library. It does cost a small fee but it allowed me to get up and running quickly. Hope that helps anyone else!

share|improve this answer

From what you are looking for Wikitude's SDK seems to be a good fit. It can work offline and there are demos and tutorials available.

http://www.wikitude.com/developer/sdk

Disclaimer: I'm working for this company.

share|improve this answer
Thanks for your response. Is there an ability to draw my own items. In essence could I highlight/outline a particular building using this SDK? – Max Apr 10 '12 at 12:59
currently you are able to place arbitrary images, circles or text inside ar and have it displayed at geo locations (latitude/longitude/altitude). – wulfgeng Apr 11 '12 at 12:19
@Max as far as I know your requirement is well beyond the capabilities of all the AR libraries available today. – deltaaruna Dec 12 '12 at 9:41

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.