This is a prototype game.
Currently Visual Studio on Windows is supported, but GCC/Clang/OSX/Linux would be easy to add.
- To generate the solution, run:
External\FastBuild\Bin\win32-x64\FBuild.exe solution
If the scripts failed to find the locally installed versions of VS or WindowsSDK, the errors will tell you where in the script to set the path.
- Open the solution in 'tmp\VisualStudio' and hit F5.
If new files are added to the project outside of Visual Studio, the solution can be regenerated by building the Build\UpdateSolution project.
Each library inside the 'External' folder has its own license which must be adhered to.
The build files were based on build files from FastBuild, and the Main.cpp was copied and modified from the example in imgui.
Other code is covered by the 'LICENSE.TXT' in this folder.