I've made my own Particle Simulation! 🎉 This is a simple and interactive particle simulation project built using SFML (Simple and Fast Multimedia Library) in C++. 🚀
The Particle Simulator lets you visualize particles moving and interacting with each other on the screen. It demonstrates basic physics principles, such as particle movement and collision detection, using a graphical interface.
To run it, follow these steps:
git clone https://github.com/Dheovani/ParticleSimulation.git
Make sure you have SFML and CMake installed. You can install SFML using vcpkg or any other package manager.
Navigate to the project directory and create a build folder:
cd ParticleSimulation
mkdir build
cd build
cmake ..
cmake --build .
./ParticleSimulator
This project is licensed under the MIT License - see the LICENSE file for details.
Simulation.mp4
Thank you for checking out the Particle Simulator! Have fun experimenting with particles and happy coding! 😄👨💻👩💻