THIS PROJECT IS CURRENTLY UNFINISHED If you are interested in continuing this project, you are more than welcome to do so.
Run make.
If you have not done so already, install vcpkg:
mkdir C:\src
cd C:\src
git clone https://github.com/Microsoft/vcpkg.git
.\vcpkg\bootstrap-vcpkg.bat
Next, integrate vcpkg for use with MSBuild/Visual Studio. (You may be prompted for administrator privileges.)
vcpkg integrate install
Finally, install json-c and assimp:
vcpkg install json-c assimp
Once these dependencies are satisfied, open SuperBDL.sln in Visual Studio and build the solution (Build -> Build SuperBDL or Ctrl-B).