SimulaVR / Simula

Linux VR Desktop
MIT License
2.91k stars 87 forks source link

Oculus Rift S VR support? macOS? #101

Closed kaue closed 4 years ago

kaue commented 4 years ago

Any plans for Oculus Rift S support?

What about macOS?

Thanks

KaneTW commented 4 years ago

Any HMD that's supported by OpenVR/SteamVR (on Linux) will work. We don't have access to an Oculus, so no idea if it's supported.

KaneTW commented 4 years ago

There might be bugs due to some implicit assumptions that are only true on HTC Vive/Index/etc, but that's easily fixable. SteamVR support is the big issue.

lboklin commented 4 years ago

There will simply not be any support for any oculus product until they release drivers for Linux. MacOS does not use or support the Wayland display protocol so unless that changes it will also not be possible.

lboklin commented 4 years ago

Regarding assumptions about the Vive hardware in the code, it should not be too much work to abstract it. The reason for the assumption was because the Vive was the only supported system on Linux and the only one we had available to test.