ARCharts is a library making it easy to create beautiful charts tailored for augmented reality.
- Requires iOS 11 or later
- Optimized for A9 and A10 processors (ARKit)
See the License. You are free to make changes and use this in either personal or commercial projects. Attribution is not required, but highly appreciated. A little "Thanks!" (or something to that affect) is always welcome. If you use ARCharts in your app, please let us know!
The iOS Sample App included in this projects demonstrates one way of setting up and using ARCharts. Give it a try to see what can be accomplished!
There are three different ways of adding ARCharts to your project.
Cocoapods is a dependency manager for Swift and Objective-C. To install ARCharts with CocoaPods, simply add the following line to your pod file:
pod 'ARCharts'
Carthage support is coming soon.
You can always install ARCharts manually by dragging the ARCharts
folder into your XCode project. When you do so, make sure to check the "Copy items into destination group's folder" box.
ARCharts is a simple SCNNode
subclass. That makes it very easy to use in your project!