A Simple particle simulator in which each particle interacts with the others simulating gravity.
git clone https://github.com/Martin-Reparaz/Particle_Sim.git
cd Particle_Sim
sudo chmod +x build clean
./build
./particles
./clean
By moddifying params.txt file, you can experiment with the different parameters that modify the behaviour of the particles.
By clicking inside the Particle_Sim window you can interact with the particles. Depending of the click you make, you can attract or repulse the particles.