My attempt at a game engine lmao
This is pretty finicky to get running the first time, I blame everything on Visual Studio.
- Run the
generate.bat
file - Open
Surface.sln
in Visual Studio - In the solution list thing on the left (or wherever), right click "Sandbox" and select the "Set as StartUp Project" option with the gear icon
- Repeatedly build everything individually until it Works:tm: by right clicking everything and selecting "Build"
Again, I blame Visual Studio.