• Stars
    star
    808
  • Rank 56,429 (Top 2 %)
  • Language
    Objective-C
  • Created about 15 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Objective-C augmented reality kit for iPhone.

iPhone ARKit

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 MapKit's. For an overview of MapKit, 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!).

Current Status

iPhone ARKit is a slight bit rough right now. It is possible to find it useful, but it probably won't be a drop in addition to your project. To view or add to our bugs and feature requests, check out the Issues section.