Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aditi3/augmented-reality-example
An application demonstrating usage of ARKit framework.
https://github.com/aditi3/augmented-reality-example
arkit augmented-reality augmented-reality-applications swift
Last synced: 2 days ago
JSON representation
An application demonstrating usage of ARKit framework.
- Host: GitHub
- URL: https://github.com/aditi3/augmented-reality-example
- Owner: Aditi3
- Created: 2020-12-20T04:05:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-31T13:08:00.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T13:30:25.608Z (over 1 year ago)
- Topics: arkit, augmented-reality, augmented-reality-applications, swift
- Language: Swift
- Homepage:
- Size: 5.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 ARKit Example
[![Swift 5.0](https://img.shields.io/badge/Swift-5.0-orange.svg?style=flat)](https://developer.apple.com/swift/)## Introduction
An application demonstrating usage of [ARKit framework](https://developer.apple.com/documentation/arkit).## Features
1. Plane Detection
2. Displaying and Placing 3D Chair Object
3. Scaling, Rotating and Moving Chair Object## Here are the things I have covered in the Example:
1. Setting Up ARKit SceneKit View
2. Allowing Camera Usage
3. Adding 3D Object to ARSCNView
4. Adding Gesture Recognizer to ARSCNView
5. Adding Objects to ARSCNView