A simple particle simulation built with C++ and SFML.
All dependencies, including SFML, are handled automatically by CMake. You don't need to install anything manually.
1. First-Time Setup
Run these commands once from the project's root directory to configure the build system:
mkdir -p build
cd build
cmake ..