Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hemdutt/interactivear_arkitdemo

InteractiveAR_ARKitDemo is a open source sample application showcasing ARKit's ability to identify horizontal surfaces and handling 3D models. This application identify a horizontal surface on which a 3D model is rendered. A touch event on 3D model initiate a dance animation with the 3D model.
https://github.com/hemdutt/interactivear_arkitdemo

3d-models 3drendering arkit arkit-demo demo-app interactivear ios sample-code surface-identification swift4 xcode9

Last synced: about 13 hours ago
JSON representation

InteractiveAR_ARKitDemo is a open source sample application showcasing ARKit's ability to identify horizontal surfaces and handling 3D models. This application identify a horizontal surface on which a 3D model is rendered. A touch event on 3D model initiate a dance animation with the 3D model.

Awesome Lists containing this project

README

        

# InteractiveAR_ARKitDemo

Follow best practices for visual feedback, gesture interactions, and realistic rendering in AR experiences.
![Screenshot](Demo.gif)

## Overview

Augmented reality (AR) offers new ways for users to interact with real and virtual 3D content in your app. This project shows ways to apply Horizontal plane identification and interacting with 3D model to easily create immersive, intuitive AR experiences.

## Getting Started

ARKit and this sample app require iOS 11 and a device with an A9 (or later) processor. ARKit is not available in iOS Simulator.

## Identifying Horizontal planes

**Help people to locate a surface and place an object on it.**
In this demo application identify a horizonatal surface and provide an anchor to a 3D model.

## User Interaction with Virtual Objects

**Allow people to directly interact with virtual objects using touch event.**
The 3D model used is downlaoded from templates of https://www.mixamo.com
Touch on the model starts animation on the 3D model and another tap on the model stops the animation.

## Author

Hem Dutt, [email protected]

## License

MapKitPathRenderer is available under the MIT license. See the LICENSE file for more info.