logoalt Hacker News

october8140today at 6:46 AM1 replyview on HN

Reading a lot of comments it sounds like Apple should:

1. Give Godot some money.

2. Implement visionOS support via an extension not directly into core OR conform to industry standard OpenXR.


Replies

dagmxtoday at 6:49 AM

The people making the latter comments are ignoring the contents of this PR however, and showing a lack of understanding of the engine itself in the process.

You cannot build this as an extension. It’s a different OS and Godot needs it to be done this way, as many people in the PR have commented as well. An extension would not cover it, and people suggesting that are probably used to the PC VR development model where VR is an extension of an existing supported platform, not a platform in and off itself.

Beyond that, even if Apple supported OpenXR, you’d still need this PR first because it’s covering build support first. It doesn’t cover any of the XR/Spatial rendering elements.

show 1 reply