Meumeu / WiVRn

An OpenXR streaming application to a standalone headset
GNU General Public License v3.0
138 stars 24 forks source link

[Feature request] SteamVR support #86

Open LuNeder opened 3 days ago

LuNeder commented 3 days ago

Hiii

I think it'd be cool to have the ability to use SteamVR with WiVRn, since SteamVR got a lot better recently. Reasons that come to my mind for this being useful are:

Monado seems to have a plugin for that, but I was not able to get it to work with WiVRn at all so I guess it's not supported

Love WiVRn btw :D

(I apologize for bothering y'all if this is not a planned feature \^-\^)

xytovl commented 3 days ago

Monado steamvr plugin currently only handles input, so you won't get any image.

The SteamVR driver interface was recently extended on Linux so that plugins can implement a compositor and process images. So the requested feature is mostly work on Monado side to implement this interfaces.

I do not have any plan to work on this, but would accept a pull request. If someone implements the Monado part, I may add support in WiVRn myself.