-
-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release update for Oculus VR headsets #217
Comments
It's a far shot, but are you enabling HMD mode in the settings? I would assume that out of all the dated HMD support, that part would still work. |
Yeah; enabling HMD in options switches the window for neverball into a split SBS lens distorted view on the desktop, but doesn’t do anything on the HMD |
So Neverball uses the OpenHMD implementation for VR support (http://www.openhmd.net/index.php/devices/ for supported devices), but it seems no one has updated Neverball in a long while supporting after the 0.1.0 release. |
Can either of you fix it? You seem to be in a better position to do so than me. I don't have a VR device and I'm not planning on getting one. |
Just to confirm, head-mounted VR support in Neverball is around 7 years out of date. It was written in the era of the Oculus Rift DK1 and used extremely early versions of Oculus's OVR library that are absolutely nothing like the modern development environment. It would require a major overhaul to make it work in the current Oculus ecosystem. |
Actually it uses OpenHMD, but build for version 0.1/0.2 which only supported the DK1 and a early version of the DK2. |
"Actually" I know how Neverball handles VR because I implemented it. I responded to this issue with regard to the Oculus libraries because the issue states "I'm thinking for Oculus, an update to support it's latest libraries is needed?" Make any updates you see fit. If updating to openhmd 0.3 works, then great. Feel free to build upon my openhmd 0.2 integration. |
Yes, rlk wrote the VR support - and also the rest of the game. (Random throwback to the Grand Poobah of the Neverball rabble. Some things are lost on Github.) Seems unlikely that OpenHMD would have maintained API/ABI compatibility from 7 years ago, though. If that is the case, that's a major engineering feat. |
@rlk Sorry my bad, forgot that Neverball also used a OVR implementation next to using OpenHMD. |
I have an Oculus Quest 2 and I'm connected to a PC (Windows 10) with a Link cable (so I have native Oculus support available). Running the latest 1.6.0 release of Neverball, neither Oculus nor OpenHMD executables switch the game over to VR on my headset.
I'm thinking for Oculus, an update to support it's latest libraries is needed?
The text was updated successfully, but these errors were encountered: