TheButlah / ovr_overlay

Rust OpenVR bindings using an up-to-date OpenVR and autocxx
https://docs.rs/ovr_overlay
Other
7 stars 8 forks source link

Initial wrapper of {Set,Get}OverlayTransformTrackedDeviceRelative #10

Closed kitlith closed 1 year ago

kitlith commented 1 year ago

I was working on wrappers anyway, so I decided I'd work on #7 while I was at it.

I'm proabably going to get a complaint that I should be wrapping sys::TrackedDeviceIndex_t in a newtype, I'll set that up somewhere eventually.

Obtaining the Matrix3x4, I'm following prior convention in this file, but it feels a bit non-idiomatic.

TheButlah commented 1 year ago

will review later this week