CFD simulation on Vision pro

Hi,

i am required to upload my CFD simulation results to the new vision pro glasses. This simulation shall be visible as a soft VR/AR object in the room. I am very new to the developer world. Could someone give me a hint which IDE, tool etc. to use for this task?

SwiftUI, swift, visionOS, Xcode, ... ????

After I know what IDE/tool/language to use, I will start learning courses with it.

Thanks a lot!!

Replies

Sounds like an interesting project. I imagine your project might have some cool graphics. You'll probably find Xcode, RealityKit, and ARKit good places to start, though if you're wanting to do some real time display of complex CFD simulation results some combination of those with Metal might be the way to go. Here are some resource links for you. Best of luck with your project.

visionOS https://developer.apple.com/visionos/

SwiftUI (for any GUI stuff) https://developer.apple.com/documentation/swiftui/

Xcode (IDE) https://developer.apple.com/documentation/Xcode

Swift Language https://developer.apple.com/documentation/swift/ https://docs.swift.org/swift-book/documentation/the-swift-programming-language/ https://www.swift.org

Metal https://developer.apple.com/documentation/metal/

ARKit https://developer.apple.com/documentation/arkit/

SceneKit https://developer.apple.com/documentation/scenekit/

RealityKit https://developer.apple.com/documentation/realitykit/

Thank you for the reply. May I ask further:

i would like to execute the following plan: Buy the new Apple Vision Pro in the US and register it through an US-Apple-Account. Then, use a MacBook Pro (registered with the same account) to built apps for VisionOS.

Since the usage of the vision Pro is restricted to US, could the fact that the MacBook has been bought in Europe restrict it from the work on VisionOS apps? (even if the used account is from US?)

Thanks