This is a minimalist C++ game dev boilerplate using SFML 3.0.1 + modern CMake .just plug, code, and run fr fr π β¨
- Copy the CMakeLists.txt to your project root
- Then run:
cmake -B build -S .
- if you use ninja then:
cmake -B build -S . -G Ninja
- Make sure you got a main.cpp inside a src/ folder or you can just copy peast the main.cpp from here
- π .gitignore
- πΊ CMakeLists.txt
- π README.md
- π LICENSE
- π assets/
- π fonts/
- π sounds/
- π src/
- π build/