Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 800 Bytes

readme.md

File metadata and controls

55 lines (39 loc) · 800 Bytes

Requirements

  • 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

Optional

* Python 3.6, with the following modules: * Numpy * Matplotlib * OS * Imagick package (sudo apt-get install imagemagick)

Building

Linux

./bootstrap.sh
cd build/
cmake ../   
make

Run

run/predatorPrey

Or if you want to directly plot the results:

../run.sh

Plot results

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