10-05-2024 09:57 PM
Hello all,
I'd like to present an open source library I maintain, LibOVR.
LibOVR is a C# low level wrapper for the ovrpc library.
It's target is code-first developers, and C# engines.
It's does not require unsafe code, all native objects (Client, Session, etc)
are wrapped in objects and their lifetime is managed by the library itself.
I am using it to bring VR capabilities to my game framework KNI, but made it
a separate library under Apache-2.0 license so that others can benefit and contribute.
source code: https://github.com/nkast/LibOVR
nuget: www.nuget.org/packages/nkast.LibOVR/2.1.0
Demo videos:
https://www.youtube.com/watch?v=SRjtcoTBq7g&list=PL5j45kel337irLF5a7vMM3do6bwdEIFTq&index=2