this post was submitted on 22 Sep 2024
57 points (96.7% liked)
Virtual Reality
1941 readers
28 users here now
Virtual Reality - Quest, PCVR, PSVR2, Pico, Mixed Reality, ect. Open discussion of all VR platforms, games, and apps.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.
??? 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.
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.