ARKit in visionOS Examples
April 16, 2024 · View on GitHub
Tip
This repository will be continuously updated with new samples. When it has a certain number of samples and Apple Vision Pro is released (it means this repo can have screenshots of the actual devices), I plan to officially release it as "visionOS-Sampler". If you're interested, please star & watch this repository for updates. Related Repositories: ARKit-Sampler / iOS-Depth-Sampler
Requiments
- visionOS 1.0+
- Xcode 15.2+
- Apple Vision Pro
Contents
01_ARKitDataAccess
Implementation as an application based on Apple's tutorial code:
Setting up access to ARKit data | Apple Developer Documentation
02_ARKitPlacingContent
Visualization of the planes detected with PlaneDetectionProvider.
From "Placing content on detected planes". (This is not an actual screen capture of this sample.)
Blog (Japanese): [visionOS] ARKitで検出した平面を可視化する
03_ARKitSceneReconstruction
Visualization of the mesh of the scene detected with SceneReconstructionProvider.
Blog (Japanese): [visionOS] ARKitで検出したシーンのメッシュを可視化する
04_ARKitHandTracking
Visualization of the joints in hands detected with HandTrackingProvider.
