SFMLGameDevelopmentByExample
SFMLGameDevelopmentByExample copied to clipboard
SFML Game Development By Example
This is the books code, fixedand made runnable for linux
Build (Linux)
To build, go to the chapter and run ./build.sh. I will write some CMakeLists later.
After that, you get the executable named main
Windows users
To build on windows, you need to fix the respective Utilities.h files, first introduced in the code of chapter_06. There is currently no build-script for windows.
Current state
chapter_01 - chapter_11 are done. It is much work because the original code is full of errors and some logical problems.
chapter_12 - chapter_14 coming