A program for creating Mocap (Motion Capture) data from SteamVR trackers (but built for Roblox).
- Allow you to list your SteamVR trackers
- Capture live tracker data
- Record tracker data at 60 frames per second
... all in one web API!
- Variable frames per second
- Changing SteamVR settings / tracker aliases from the API
- Handle inverse kinematics (for solving where each bone should go in an armature)
- Roblox (Studio)
- VRChat? (Probably not)
See the documentation for more details!
❗ There are pre-compiled builds in the Releases tab. You may need to install the Visual Studio Runtime package.
- Clone this Git repo
- Open the solution in Visual Studio 2019+
- Fix the includes and library paths (would love if this was applied to the actual repository)
- Build for Release (x64)
/trackers/live
has broken JSON (too lazy to fix and re-build)Includes and additional libraries paths are relative to my user profile (bad)- No variable framerates
- No HTTPS support