Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hemdutt/interactivear_arkitdemo
- Owner: HemDutt
- License: mit
- Created: 2018-05-31T09:47:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T11:19:39.000Z (over 6 years ago)
- Last Synced: 2023-11-24T15:27:13.655Z (12 months ago)
- Topics: 3d-models, 3drendering, arkit, arkit-demo, demo-app, interactivear, ios, sample-code, surface-identification, swift4, xcode9
- Language: Swift
- Homepage:
- Size: 28.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.