r/sfml • u/Joe2001r • 9d ago
For anyone who is interested in https://www.oreilly.com/library/view/sfml-game-development/9781785287343
I finished chapter 1-12, but I changed a lot from the author's source code
first, there were quite a lot of bugs in the author's source code.
The provided source code is not organized in well-defined libs, there was no mention of build config files anywhere in the book. I divided the project into 3 main libs (utils, core, ECS)
I used Conan to manage external library dependencies, and I used CMake to build my project.
It would be interesting if anyone of you would find it helpful, and please feel free to give your remarks regarding on how I could improve it.
Chapter 13 and 14 are remaining, I don't know if I'll continue.
Plus, you can play the game I coded using this engine that the book helped me code.
https://github.com/CrunchyPeanutButterJar/sfml-proj
Thanks for your time!