https://github.com/Boris-Em/ARCharts
Lovely Augmented Reality Charts for iOS - Built with ARKit
https://github.com/Boris-Em/ARCharts
arkit augmented-reality carthage charts cocapods graphs ios swift
Last synced: 14 days ago
JSON representation
Lovely Augmented Reality Charts for iOS - Built with ARKit
- Host: GitHub
- URL: https://github.com/Boris-Em/ARCharts
- Owner: Boris-Em
- License: mit
- Created: 2017-07-13T05:59:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T04:32:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T16:06:32.959Z (18 days ago)
- Topics: arkit, augmented-reality, carthage, charts, cocapods, graphs, ios, swift
- Language: Swift
- Homepage:
- Size: 1.87 MB
- Stars: 697
- Watchers: 25
- Forks: 52
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-AR - Charts
- awesome - ARCharts - Lovely Augmented Reality Charts for iOS - Built with ARKit. (OOM-Leaks-Crash / AR-VR)
- awesome - ARCharts - Lovely Augmented Reality Charts for iOS - Built with ARKit. (OOM-Leaks-Crash / AR-VR)
README
# ARCharts
[](https://travis-ci.org/Boris-Em/ARCharts)
[](http://cocoadocs.org/docsets/BEMCheckBox)
[](http://cocoadocs.org/docsets/BEMCheckBox)
[](http://cocoadocs.org/docsets/BEMCheckBox)
**ARCharts** is a library making it easy to create beautiful charts tailored for augmented reality.
## Table of Contents
* [**Project Details**](#project-details)
* [Requirements](#requirements)
* [License](#license)
* [Sample App](#sample-app)
* [**Getting Started**](#getting-started)## Project Details

[1](https://s1.postimg.org/xjna8qnnz/ARCharts-1.gif)
[2](https://s4.postimg.org/5v39nabxp/ARCharts-2.gif)
[3](https://s2.postimg.org/jtmd4cf3d/ARCharts-3.gif)
[4](https://s17.postimg.org/rpca8ffcv/ARCharts-4.gif)
[5](https://s2.postimg.org/xkhqpz6hl/ARCharts-5.gif)### Requirements
- Requires iOS 11 or later
- Optimized for A9 and A10 processors (ARKit)### License
See the [License](https://github.com/Boris-Em/ARCharts/blob/master/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](http://www.cocoapods.org) 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!