OSVR / OSVR-Vive

OSVR driver for use with the HTC Vive (including Vive PRE)
Apache License 2.0
62 stars 19 forks source link

Read path config directly #8

Closed rpavlik closed 8 years ago

rpavlik commented 8 years ago

This fixes #6, and also includes a patch to address the bitness part of #5 since it was in the same file. Now we read the same JSON config file that SteamVR does, rather than parsing the output of running a steamvr executable: we get more/better information all at once, and aren't dependent on the specific output format of the tool not changing.