Small project to learn how to use SFML. Simulate particules collision and use continuous collision. Some bugs (crashes) are still not fixed in this version.
cmake -S . -B build
cmake --build .\build
cmake -S . -B build-debug -DCMAKE_BUILD_TYPE=Debug
cmake --build build-debug
gdb build-debug/simple_example