Anyone been following the news that openXR is now the preferred API for working with Oculus?
It’s still early days, but I’m wondering if anyone’s found some good starting points toward up-to-date Oculus support through python. Though it’d be just as good to hear that XXXX e.g:pyover? Works really well without a lot of fuss.
AFAIK there is still no usable OpenXR binding for Python (and I don’t intend to start working on one )
On the other hand, OpenVR does support Oculus, though with some caveat. I don’t own one (and don’t plan to buy one), but I’ve got feedback that Oculus users could use p3dopenvr with their devices.
I have a proof-of-concept implementation of Oculus support using the official SDK (PM me if you want the code); however supporting OpenXR seems like an interesting prospect. I have an Oculus Rift but unfortunately too little time to play with it.
Thank you. I may take you up on that, if (when?) I run into a gap that needs SDK for a workaround.
I think @eldee’s code is going to work for now.
Getting onto OpenXR is pretty speculative right now, but could become important surprisingly quickly (i.e: surprise hardware releases). When I was at Facebook, we used to grumble about Google APIs being deprecated with the replacements not-quite-working-yet.