Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zac/iphonearkit
An Objective-C augmented reality kit for iPhone.
https://github.com/zac/iphonearkit
Last synced: about 1 month ago
JSON representation
An Objective-C augmented reality kit for iPhone.
- Host: GitHub
- URL: https://github.com/zac/iphonearkit
- Owner: zac
- Created: 2009-09-08T22:41:48.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T18:59:09.000Z (over 4 years ago)
- Last Synced: 2024-08-10T14:11:30.527Z (5 months ago)
- Language: Objective-C
- Homepage: http://iphonear.org/
- Size: 234 KB
- Stars: 811
- Watchers: 35
- Forks: 262
- Open Issues: 11
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome - iphonearkit - An Objective-C augmented reality kit for iPhone. (etc)
- awesome - iphonearkit - An Objective-C augmented reality kit for iPhone. (etc)
README
# 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](http://developer.apple.com/iphone/library/documentation/MapKit/Reference/MapKit_Framework_Reference/index.html) 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](http://wiki.github.com/zac/iphonearkit) (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](http://issues.github.com/zac/iphonearkit) section.