Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Augmented Reality SDKS [closed]

I have been scoping around for something interesting to do in my free time and discovered a thing called augmented reality.

Basically, I’d like to hear your views on a few questions I have and maybe if you could talk a bit about your experience developing AR applications. I am looking at developing a iPhone/iOS application.

  1. Does anybody know any simple AR sdks for iphone that are powerful and simple to use?
  2. Is it at all possible to get the exact coordinates from a camera? IE: I aim my phone at the table and ‘place’ an AR monster there. Then I can come back tomorrow and the monster will still be there.
  3. Any good tutorials to get me started off?
  4. Would it be worth it using the FLAR toolkit and using AIR to deploy to mobile? Obviously, I’ve put a lot of research into this already. But any help, even if it’s just links you found on google to get me started would be greatly appreciated.
like image 517
Lasse Avatar asked Jul 10 '12 12:07

Lasse


2 Answers

I've forked ARKit for augmented reality in iOS, and added lots of improvements (such as a radar, range limiter, better looking callouts etc...). It's really easy to integrate, and there's a demo app I've bundled with the code:

iPhone-AR-Toolkit

like image 127
a1phanumeric Avatar answered Sep 29 '22 07:09

a1phanumeric


Check the AugmentedKit they are providing SDK samples, including Augemented reality game sample. I think that's what your are looking for.

like image 29
Murat Aras Avatar answered Sep 29 '22 08:09

Murat Aras