An open API service indexing awesome lists of open source software.

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

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