最終更新:2012-09-16 (日) 08:43:49 (4239d)  

iPhone ARKit
Top / iPhone ARKit

iPhone ARKit is a toolkit for Augmented Reality (AR) applications on the iPhone

http://github.com/zac/iphonearkit/

Overview

iPhone ARKit is a small set of class that can give you augmented reality in any iPhone application. The kind of augmented reality that ARKit caters to is overlay of information (usually geographic) over a camera view. The background camera view acts as a "window" onto the world around you.

iPhone ARKit's APIs are modeled after Map Kit's. For an overview of Map Kit, please read the documentation for more information.

While iPhone ARKit's API isn't an exact match, one controller can act as the delegate for both and serve up all location information. Please see the documentation in our wiki (forthcoming!).