Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mishig25/ar-apps
AR projects I have worked on over the years
https://github.com/mishig25/ar-apps
augmented-reality
Last synced: 20 days ago
JSON representation
AR projects I have worked on over the years
- Host: GitHub
- URL: https://github.com/mishig25/ar-apps
- Owner: mishig25
- Created: 2018-01-30T07:19:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T19:11:21.000Z (over 4 years ago)
- Last Synced: 2024-12-03T15:49:42.164Z (about 1 month ago)
- Topics: augmented-reality
- Homepage:
- Size: 34.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Augmented Reality Apps Summary
Here is a list of AR apps I have made for fun when I was in high school.
## AR Shooter
3D iOS FPS game that utilizes AR.
Tools: Unity, Vuforia, iOS DevKit, Objective-C
## AR Solar System
iOS AR app that presents an animating Solar System.
Tools: Unity, Vuforia, iOS DevKit, Objective-C
## AR Physics Experiments
iOS AR app that shows popular physics experiments.
Tools: Unity, Vuforia, iOS DevKit, Objective-C
## AR Brain
Result | Pose Data | 3D
:-------------------------:|:-------------------------:|:-------------------------:
| |Desktop app that gets pose estimation data from [OpenPose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) and feeds it into Unity, where 3D and AR are done.
Tools: Unity, OpenPose, C++