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.
- OpenCV - The Computer Vision Library
- Sanjeev Tripathi - LinkedIn
This project is licensed under the MIT License - see the LICENSE file for details
- Adaptation and modification of mharris's work mini-nbody with all credit and respect.