Projects based on bs::framework
- bs::framework
- bsfExamples
- Install git (https://git-scm.com) and CMake 3.12.4 or higher (https://cmake.org)
- Ensure they are added to your PATH environment variable
- Run the following commands in the terminal/command line:
git clone https://github.com/GameFoundry/bsfExamples.git
cd bsfExamples
mkdir Build
cd Build
cmake -G "Visual Studio 15 2017 Win64" ../
- Build the project using your chosen tool
- Build files are in the
bsfExamples/Build
folder
- Build files are in the
- Run Solution (.sln) file