godot_openhmd
godot_openhmd copied to clipboard
Change to using precompiled binaries for OpenHMD and loading it as a DLL
We're no longer compiling our dependencies, instead we're dynamically linking in a prebuild OpenHMD dynamic library. This makes it easier to swap out newer versions of OpenHMD without rebuilding our plugin.
For now Windows only.