OVRSharp
OVRSharp copied to clipboard
High-level idiomatic C# interface for working with the OpenVR API
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...