Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobsteves/ar-solar-system
A simulation of our solar system using Augmented Reality.
https://github.com/jacobsteves/ar-solar-system
augmented-reality gravity ios ios-swift planets solar-system
Last synced: about 1 month ago
JSON representation
A simulation of our solar system using Augmented Reality.
- Host: GitHub
- URL: https://github.com/jacobsteves/ar-solar-system
- Owner: jacobsteves
- Created: 2018-01-31T02:53:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T02:37:30.000Z (over 6 years ago)
- Last Synced: 2023-11-08T19:49:43.031Z (about 1 year ago)
- Topics: augmented-reality, gravity, ios, ios-swift, planets, solar-system
- Language: Swift
- Homepage:
- Size: 51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AR-Solar-System
Our Solar System simulated in front of you with Augmented Reality. This project utilizes the Apple Developer's ARKit to manipulate a device's camera view.Planet Bundle | Detailed Earth | Saturn & Venus | Earth & Saturn
:----------:|:-------:|:-------:|:-------:
![](demo/bunch-of-planets.png) | ![](demo/earth-light.png) | ![](demo/saturn-venus-dark.jpeg) | ![](demo/earth-saturn-dark.jpeg)## Getting Started
### Prerequisites
- Xcode version ~9.0, ARKit is not available in earlier versions
- If you want to run the project on a device, you need an AR compatable apple device. The iPad pro, and the iPhone 6S and later versions are compatable.
### Installation
1. clone this repo
2. open this project in Xcode
3. clean the project
4. connect a compatable device
5. build!