n-Body Simulation
Built a particle simulation system in C++ with a graphical interface using SFML and used MPI to parallelize the physics computations for performance improvements.
Overview
This project focused on simulating large-scale particle interactions and improving runtime performance by parallelizing the computational core.
Highlights
- Built a particle simulation system in C++.
- Created a graphical interface using SFML.
- Applied MPI to parallelize the physics computations.