- CMake (3.15+), g++-7 (C++ 11 standard)
- Boost Library (1_70+ recommended)
- CUDA Compatible Graphics card, adn CUDA toolkit (7.0). Tested with Ubuntu 18 on the Nvidia Titan V
./bootstrap.sh
cd build/
cmake ../
make
run/predatorPrey
Or if you want to directly plot the results:
../run.sh
To plot the results as a series of graphs, in the plot/ subdirectory:
python3 Ploter.py
To make a clip out of the ploted graphs
makegif.sh