Augmented Reality Development Demos based on ARKit and RealityKit
Summary
This repository contains an IOS application that shows the capability of Apple AR development framework: ARKit with RealityKit. The application is continuously under development.
Dependencies
- SwiftUI
 - minimual support IOS 15.6
 - ARKit
 - RealityKit
 - UIKit
 
How to install the app
- Clone the project and open the 
RealityDisplay.rcprojectin Xcode. - Ensure you have developer account then deploy the app to your iPhone/iPad, make sure the 
developer modein your device is enabled. 
How to use the app
The app contains three demos for testing the functions of ARKit with RealityKit. []
Place Objects
In this demo, you can see a plane, a sphere and a cube are placed on the first detected horizontal plane. Clicking each object can change their colors.
Potting Store
In this demo, you can place a varity of potting to the detected plane by selecting a potting from the list. 
Measure Distance
In this demo, you can click two points on a detected plane, the measured distance in meter would be shown on the bottom.
Author
All codes are created by Dai Yukun
License
All rights are reserved


