pushrax / OpenVR-SpaceCalibrator

Use tracked VR devices from one company with any other.
MIT License
669 stars 111 forks source link

Build system preparation for continuous calibration #92

Open bdunderscore opened 2 years ago

bdunderscore commented 2 years ago

This PR merges some initial build system and dependent library changes in preparation for the continuous calibration merge. In particular, it moves minhook to a submodule to resolve issues with VC++ version mismatches, updates ImGui, and imports ImPlot (although nothing uses ImPlot in this PR). It also updates the LICENSE file to include all 3p dependencies.

Due to the large size of the Im* imports I recommend looking at this one commit at a time.