Popularity
6.2
Declining
Activity
0.0
Stable
696
26
55

Programming language: Swift
License: MIT License
Tags: Augmented Reality    

ARCharts alternatives and similar libraries

Based on the "Augmented Reality" category.
Alternatively, view ARCharts alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ARCharts or a related project?

Add another 'Augmented Reality' Library

README

ARCharts

Build Status Version License Platform

ARCharts is a library making it easy to create beautiful charts tailored for augmented reality.

Table of Contents

Project Details

Demo Gif
1 2 3 4 5

Requirements

  • Requires iOS 11 or later
  • Optimized for A9 and A10 processors (ARKit)

License

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!

Sample App

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!

Getting Started

Installation

There are three different ways of adding ARCharts to your project.

CocoaPods

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

Carthage support is coming soon.

Manual

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.

Setup

ARCharts is a simple SCNNode subclass. That makes it very easy to use in your project!


*Note that all licence references and agreements mentioned in the ARCharts README section above are relevant to that project's source code only.