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
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] magic_smoke@links.hackliberty.org 0 points 1 month ago* (last edited 1 month ago) (2 children)

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.

[–] Blue_Morpho@lemmy.world 7 points 1 month ago (1 children)

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?

[–] magic_smoke@links.hackliberty.org 7 points 1 month ago* (last edited 1 month ago) (1 children)

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.

[–] Blue_Morpho@lemmy.world 6 points 1 month ago (2 children)

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.

[–] yonder@sh.itjust.works 4 points 1 month ago* (last edited 1 month ago) (1 children)

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.

[–] Blue_Morpho@lemmy.world 1 points 1 month ago (1 children)

Monado is for SteamVR which isn't FOSS either.

[–] yonder@sh.itjust.works 1 points 1 month ago

No. Monado is it's own openXR runtime. You can use it without steamVR being installed.

[–] magic_smoke@links.hackliberty.org 1 points 1 month ago (1 children)
[–] Blue_Morpho@lemmy.world 3 points 1 month ago

That is for making Steam VR apps which aren't FOSS either.

[–] JaddedFauceet@lemmy.world 5 points 1 month ago* (last edited 1 month ago)

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.