A Visualisation of N-body Gravitational body system in OpenCV using C++ and OpenMP parallelization
A visualisation of N-body physics in C++ using OpenCV library to visualise particles and their interactions.
Clone the repo into your folder
git clone https://github.com/sanjeev309/n-body-opencv.git
Make changes if any to main.cpp
Execute make command to compile into an executable
make compile
Run the executable
./n_body_opencv
Clean for a rebuild
make clean
OpenCV 3.2 installation and header files.
This project is licensed under the MIT License - see the LICENSE file for details