godot_openhmd icon indicating copy to clipboard operation
godot_openhmd copied to clipboard

Change to using precompiled binaries for OpenHMD and loading it as a DLL

Open BastiaanOlij opened this issue 4 years ago • 0 comments

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.

BastiaanOlij avatar Mar 17 '21 11:03 BastiaanOlij