How can I achieve full control over Vision Pro's display and effectively render a 2D graph plot on it? I would appreciate guidance on the necessary steps or code snippets.
P.s. As per Apple documentation For a more immersive experience, an app can open a dedicated Full Space where only that app’s content will appear. This still does not fulfill the 'flat bounded 2D' requirement as the Spaces provides an unbounded 3D immersive view.
I think the closest thing is the new
CompositorServices
framework on visionOS, which let you render image for each eyes.Documentation: https://developer.apple.com/documentation/compositorservices