OVRSharp icon indicating copy to clipboard operation
OVRSharp copied to clipboard

High-level idiomatic C# interface for working with the OpenVR API

Results 3 OVRSharp issues
Sort by recently updated
recently updated
newest added

The ToHmdMatrix34_t and ToMatrix4x4 methods do not properly transpose their matrices. Dotnet uses row vectors, whereas ovr uses column vectors. This requires the entire Matrix to be transposed, but the...

I would like the API to be more consistent across the board and to support more OpenVR APIs. I have some ideas in my head but I need to write...

`DirectXCompositor.GetMirrorImage` is really slow right now (~15ms per call on average), mostly because there's lots of copying and manipulation going on. We should explore different ways of improving performance, such...

enhancement