This is… very unexpected. A Foss application releasing it’s VR variant exclusive to a completely proprietary platform. This will be great for people who specifically have the quest 3 or pro, but all other VR enthusiasts and tinkerers like myself, must hope that this gets a pcvr OpenXR release soon.
For anyone who wants to try a similar thing: One could use something like WlxOverlay (or maybe even SteamVR proprietary overlay) to achieve a very similar workflow. There one too could make live changes to the game while also being in-game.
Targeting a proprietary platform first, especially one owned by Facebook, is shameful for a FLOSS project. Worse than documentation on discord.
As a Godot developer I hope they do better next time, even if it might not be a tool I personally plan on using.
proprietary platform first
??? Godot has been out on every other platform for 10 years.
Do you also find it shameful that Firefox is on Windows?
Yes, but this specific VR feature only works with Facebook’s oculus ecosystem. Did you just happen to completely ignore the article we’re commenting on?
I would find it shameful if Mozilla added the ftp feature back into Firefox, but only on Windows.
It is self evident that if they release on a vr device, it needs to support vr. There is no FOSS VR device. Because not even SteamVR, which is practically abandoned, is FOSS.
They could have made a VR version of the engine that runs in all the same places but shows the editor using OpenXR. It would work with fully open source setups like Monado, but also on compliant android headsets and steamVR.
EDIT: After reading the article, I realized that this is better replicated by something like wlx-overlay and is replicating desktop style VR development on a mobile platform. Would have liked to see it work on HTC and Pico headsets as well though.
Monado is for SteamVR which isn’t FOSS either.
No. Monado is it’s own openXR runtime. You can use it without steamVR being installed.
Oh really? Here’s one that’s actively developed .
That is for making Steam VR apps which aren’t FOSS either.
Targeting a proprietary platform first
I hope they do better next time
if they want to support XR development, in your opinion how can they do better now?
is there a non-proprietary consumer standalone headset? If the answer to this is “no”, are you suggesting that Godot shouldn’t enter this space at all?
Actually the change is quite awesome: https://github.com/godotengine/godot/pull/96624/files. The implementation revolves around Android, not very specific to Meta ecosystem. Thus, it can be easily extended to the next XR device running Android.