Search code examples
iosframeworksaugmented-realitytoolkit

iOS location-based augmented reality toolkit/framework



is there any good free location-based augumented framework/api/toolkit for iOS? I tried Layar, but you can't change pretty much anything in the player itself so it's not worth much for me, I want to be able to alter the GUI for my needs. I also tried PanicAR from doPanic and the free version has watermarks all over the place. So again, is there anything else for iOS that is usable for free app if you want to alter the GUI yourself?
Thanks


Solution

  • Take a look at mixare augmented reality engine! website: http://www.mixare.org Soruce code: https://github.com/mixare/mixare-iphone

    It's open source software (GPLv3) henche you can use it, study the source code, modify it and make it better! :-)

    HTH, Daniele