Views
Windows
You can have a flat 2D window display like an ipad app as well as insert volumetric 3D assets to show AR or 3D objects in AR/VR environment.
Immersive View
Images
Image Views on VisionOS needs to provide appropriate information to display image assets.
apple dev | image-views#visionOS
swift UI
swift with majid | swiftUI vision OS
Ornaments
These look cool and you can have multiple ornaments for an app outside or attached to your app window boundary.
Game changer for sure adds more depth and gives more option to the developer or end user to add more space to the content being showed and can excuse the attached toolbars.
apple dev | ornaments
Errors
Previews Compilation error
Ambiguous use of 'init'
I solved it using
#if os(visionOS)
#Preview(windowStyle: .automatic) {
}
#endif