This repository contains an IOS application that shows the capability of Apple AR development framework: ARKit with RealityKit. The application is continuously under development.
- SwiftUI
- minimual support IOS 15.6
- ARKit
- RealityKit
- UIKit
- Clone the project and open the
RealityDisplay.rcproject
in Xcode. - Ensure you have developer account then deploy the app to your iPhone/iPad, make sure the
developer mode
in your device is enabled.
The app contains three demos for testing the functions of ARKit with RealityKit. [
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.
In this demo, you can place a varity of potting to the detected plane by selecting a potting from the list.
In this demo, you can click two points on a detected plane, the measured distance in meter would be shown on the bottom.
All codes are created by Dai Yukun
All rights are reserved