Skip to content

Szynal/Cpp-GameDevelopment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppGameDevelopment

Projects based on bs::framework

Sources

Compile steps

  • 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
  • Run Solution (.sln) file

About

Projects based on bs::framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages