A particle simulation in C++ and SFML higly inspired by Muzkaw Use the scroll wheel to zoom in and out, left arrow key to generate particles, left mouse click to drag the particles, and right click to push them. https://www.youtube.com/watch?v=I0lqtCz-jOU
Before getting started with Particle Simulation, ensure that you have the following dependencies installed on your Linux system:
- g++ compiler
- SFML Library
- Clone the repository to your local machine:
git clone https://github.com/noahehrnstrom/particle_simulation.git
- Compile your project with Make:
make
Just run the following executable
./simulation