https://github.com/aditi3/arkit-example
An Augmented Reality Application to place a sphere on the horizontal plane
https://github.com/aditi3/arkit-example
augmented-reality ios swift
Last synced: 3 months ago
JSON representation
An Augmented Reality Application to place a sphere on the horizontal plane
- Host: GitHub
- URL: https://github.com/aditi3/arkit-example
- Owner: Aditi3
- License: mit
- Created: 2021-06-14T11:22:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T13:53:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T09:46:57.703Z (4 months ago)
- Topics: augmented-reality, ios, swift
- Language: Swift
- Homepage:
- Size: 24.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Augmented Reality
An Augmented Reality Application to place a sphere on the horizontal plane.
## Features
1. Plane Detection
2. Displaying and Placing 3D Sphere Object## Here are the things I have covered in the Example:
1. Setting Up ARKit SceneKit View
2. Adding 3D Object to `ARSCNView`
3. Animation of the 3D sphere object
4. Adding Gesture Recognizer to `ARSCNView`
5. Adding/Removing Objects to `ARSCNView`## Screenshots
![]()