This repository contains the SteamVR driver for owoTrack. See https://github.com/abb128/owo-track-overlay for more details about this project.
The following sources were used in the making of this driver:
- juice's hip locomotion, for integrated hip locomotion support: https://github.com/ju1ce/Simple-OpenVR-Bridge-Driver/tree/hip-locomotion
- Some of Godot Engine C++ library was adapted for Quaternion, Basis and Vector3: https://github.com/godotengine/godot
- Ramsey's ByteBuffer: https://github.com/RamseyK/ByteBufferCpp
- OpenVR example driver as the foundation: https://github.com/ValveSoftware/openvr/tree/master/samples/driver_sample
- Peter's win32 UDP wrapper classes, from https://stackoverflow.com/questions/14665543/how-do-i-receive-udp-packets-with-winsock-in-c