Meet UIKit for spatial computing

RSS for tag

Discuss the WWDC23 Session Meet UIKit for spatial computing

View Session

Posts under wwdc2023-111215 tag

5 Posts
Sort by:
Post not yet marked as solved
2 Replies
974 Views
Hey everyone, I’m thinking about building a warehouse management app for the new Vision Pro. But I have some concerns and would love to get some of your opinions or feedback: Comfort for Extended Use: How does Vision Pro fare for all-day use? Is it comfortable without causing fatigue or nausea? This is crucial in a warehouse scenario. Movement: Is Vision Pro built for scenarios with plenty of movement, or is it more of a stationary device? Warehousing involves a lot of moving around. Visual Accuracy: Are the passthrough visuals accurate enough for precise tasks like opening boxes and handling items? This would be a make-or-break feature for a warehouse app. Since we use a lot of visual feedback from our eye to make fine adjustments to our movement, I imagine that the passthrough has to be quite good to not be clumsy when manipulating the real physical world. These are just some things on my mind. I’d really appreciate your thoughts and opinions on this. If any Apple folks are out there, your input would be super valuable too. Thanks in advance! Bastian
Posted Last updated
.
Post not yet marked as solved
1 Replies
1k Views
Since UIScreen isn't available, is there a drop in replacement for displaylink? UIScreen.main.displayLink(withTarget: self, selector: #selector(nextFrames)) Error: UIScreen unavailable for xrOS Related WWDC video: https://developer.apple.com/videos/play/wwdc2023/111215/?time=176 Link to documentation? I also used UIDeviceOrientation, but am hoping there is a snippet for synchronizing Metal frames.
Posted
by Muse.
Last updated
.