Posted December 10, 2022 by mspasta
Finally got a Windows build working!! This was tough since the game depends on a C++ dynamic library I made using hvcc. After trying and failing on my Mac to cross-compile the library for Windows, I wound up using GitHub Actions with a Windows runner to generate the dll. This also required opening a PR against the hvcc repo to fix a build issue I encountered.