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
- visionOS 1.0+
- Xcode 15.2+
- Apple Vision Pro
Implementation as an application based on Apple's tutorial code:
Setting up access to ARKit data | Apple Developer Documentation
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で検出した平面を可視化する
Visualization of the mesh of the scene detected with SceneReconstructionProvider
.
Blog (Japanese): [visionOS] ARKitで検出したシーンのメッシュを可視化する
Visualization of the joints in hands detected with HandTrackingProvider
.