Get started with building apps for spatial computing

RSS for tag

Discuss the WWDC23 Session Get started with building apps for spatial computing

Posts under wwdc2023-10260 tag

9 Posts

Post

Replies

Boosts

Views

Activity

Presenting immersive content in UIKit app
I have a UIKit app and would like to provide spacial experience when run on VisionOS. I added VisionOS support, but not sure how to present an immersive view. All tutorials are in SwiftUI, but my app is in UIKit. This is an example from a SwiftUI project, but how how do I declare this ImmersiveView in UIKit? struct VirtualApp: App { var body: some Scene { WindowGroup { ContentView() }.windowStyle(.volumetric) ImmersiveSpace(id: "ImmersiveSpace") { ImmersiveView() } } } and in UIKit how do I make the call to open the ImmersiveView?
5
1
2.2k
Jul ’24
Apple Vision Pro Development Question
Hello I have been working and developing quite a bit with Xcode 15 Beta VisionOS, I have a couple of questions, will the Apple Vision Pro require the user to stay in one position such as 3DOF or will the user have the ability to move around a bit with 6DOF but in a limited range? Also are then any suggestions or upcoming support for Post-Processing? Noticing Hardware is required in some cases in order to test
1
0
1k
Jul ’23
Simple question about visionOS and Shared Space
Hi, I have one question: you explained Shared Space at the beginning of the session video, but I didn't really understand it. Is this Shared Space like the Dock on a Mac? Are applications placed in the Shared Space and the operation is to launch the application placed in the Shared Space ? Why is the word "Shared" included, or is there a function to do Shared? "By default, apps launch into Shared Space." By default, apps launch into the Shared Space. What is the default? What is the non-default state? "People remain connected to their surroundings through passthrough." What does the above mean on visionOS? By the way, is the application that starts on the Shared Space the so-called clock, or does the Safari browser also work on the Shared Space? What kind of applications can only run on Full Space? I don't have an image of the role of each function on visionOS. If possible, it would be easier to understand if there is an actual image of the application running, not just a diagram. Best regards. Sadao Tokuyama https://1planet.co.jp/
6
0
3.7k
Jun ’23
How can I share space in Volumes?
Volumes allow an app to display 3D content in defined bounds, sharing the space with other apps What does it mean to be able to share space in Volumes? What are the benefits of being able to do this? Do you mean Shared Space? I don't understand Shared Space very well to begin with. they can be viewed from different angles. Does this mean that because it is 3D content with depth, if I change the angle, I can see it with depth? It seems obvious to me because it is 3D content. Is this related to Volumes?
1
0
758
Jun ’23
Presenting immersive content in UIKit app
I have a UIKit app and would like to provide spacial experience when run on VisionOS. I added VisionOS support, but not sure how to present an immersive view. All tutorials are in SwiftUI, but my app is in UIKit. This is an example from a SwiftUI project, but how how do I declare this ImmersiveView in UIKit? struct VirtualApp: App { var body: some Scene { WindowGroup { ContentView() }.windowStyle(.volumetric) ImmersiveSpace(id: "ImmersiveSpace") { ImmersiveView() } } } and in UIKit how do I make the call to open the ImmersiveView?
Replies
5
Boosts
1
Views
2.2k
Activity
Jul ’24
Does Vision Pro outside of a room
Can Vision Pro work in a non-contained environment like a woodland, or Kensington Gardens? Microsoft Hololens requires Wi-Fi, and will not tether to an iPhone hotspot, does Vision Pro. interested Parties hoping to develop Avatar presentations, on demand, where every. thanks for help. cavan
Replies
1
Boosts
0
Views
797
Activity
Aug ’23
Apple Vision Pro Development Question
Hello I have been working and developing quite a bit with Xcode 15 Beta VisionOS, I have a couple of questions, will the Apple Vision Pro require the user to stay in one position such as 3DOF or will the user have the ability to move around a bit with 6DOF but in a limited range? Also are then any suggestions or upcoming support for Post-Processing? Noticing Hardware is required in some cases in order to test
Replies
1
Boosts
0
Views
1k
Activity
Jul ’23
Where is the code sample for the Hello World example?
I thought the video https://developer.apple.com/videos/play/wwdc2023/10260/?time=1196 mentioned that the code examples they shared would be provided with the code? Anyone know where the code for Hello World is? Thank you.
Replies
2
Boosts
0
Views
695
Activity
Jul ’23
Vision Pro Passthrough of computer monitor?
I have a killer app idea, but I need to know if it's possible to watch a TV or PC monitor whilst wearing Vision Pro without any latency. i.e. Imagine playing a console game or PC game but having custom app overlays in 3D spatial world that you can still look at and interact with whilst still watching/playing the game on the 'real' monitor/tv.
Replies
0
Boosts
0
Views
1.2k
Activity
Jun ’23
Simple question about visionOS and Shared Space
Hi, I have one question: you explained Shared Space at the beginning of the session video, but I didn't really understand it. Is this Shared Space like the Dock on a Mac? Are applications placed in the Shared Space and the operation is to launch the application placed in the Shared Space ? Why is the word "Shared" included, or is there a function to do Shared? "By default, apps launch into Shared Space." By default, apps launch into the Shared Space. What is the default? What is the non-default state? "People remain connected to their surroundings through passthrough." What does the above mean on visionOS? By the way, is the application that starts on the Shared Space the so-called clock, or does the Safari browser also work on the Shared Space? What kind of applications can only run on Full Space? I don't have an image of the role of each function on visionOS. If possible, it would be easier to understand if there is an actual image of the application running, not just a diagram. Best regards. Sadao Tokuyama https://1planet.co.jp/
Replies
6
Boosts
0
Views
3.7k
Activity
Jun ’23
Is there a possibility of obtaining vision pro to test the apps?
I think it would be of great help for the development of apps with 3d elements
Replies
1
Boosts
0
Views
662
Activity
Jun ’23
How can I share space in Volumes?
Volumes allow an app to display 3D content in defined bounds, sharing the space with other apps What does it mean to be able to share space in Volumes? What are the benefits of being able to do this? Do you mean Shared Space? I don't understand Shared Space very well to begin with. they can be viewed from different angles. Does this mean that because it is 3D content with depth, if I change the angle, I can see it with depth? It seems obvious to me because it is 3D content. Is this related to Volumes?
Replies
1
Boosts
0
Views
758
Activity
Jun ’23
Question about Volume(s) sizes in Shared Space
Hey! I had a question about how large a volume's defined bounds (along with its corresponding 3D content) is allowed to be within the Shared Space? Also, is a user able to change/scale the dimensions specified of the volume's bounds? Thanks.
Replies
0
Boosts
1
Views
644
Activity
Jun ’23