France, Germany, Japan, Singapore, & U.K. •~600,000 Vision Pros sold •Thousands of developers •LinkedIn, Slack, Discord •visionOS 26.1 State of the platform: Vision Pro
There will be businesses no one has thought of! • visionOS 26 (aka 3rd version) • is the operating system that runs on the Vision Pro • written primarily in SwiftUI • can run apps built for UIKit • compatible with iPadOS* • Surgery, Architecture, Construction, Games, Immersive, Mac Mirroring. • “An iPad you wear on your face”
are poised to create a paradigm shift in the idea of computing. Spatial computing involves interacting with elements rendered in front and around the computer user.” Work With Apple - Vision Pro (QR code)
are poised to create a paradigm shift in the idea of computing. Spatial computing involves interacting with elements rendered in front and around the computer user.”
• Majority of apps • Run in the Shared Space. • Volume • ~1 cubic meter • Immersive • Takes over the full space • Partial - dial back with the Digital Crown • .mixed, .full • Environments
and display a model • from the specified URL • .usdz or • .reality model • from app's bundle. • Good for product gallery app Model3D(named: "Robot-Drummer") { model in model .resizable() .aspectRatio(contentMode: .fit) } placeholder: { ProgressView() } Model3D( url: URL(string: “https://example.com/robot.usdz”)! ) .frame( width: 300, height: 600 ) Model3D