An open API service indexing awesome lists of open source software.

https://github.com/farzonl/wator

An implementation of the Wator predator prey simulation.
https://github.com/farzonl/wator

computational-biology graphics

Last synced: over 1 year ago
JSON representation

An implementation of the Wator predator prey simulation.

Awesome Lists containing this project

README

          

# Wator - A Predator-Prey simulation
[![Wator simulation](https://raw.githubusercontent.com/farzonl/wator/master/watorloop.gif)](https://youtu.be/xL6Ov2i8OXI)

## how to build & run?
open in processing ide or vscode. In vscode run the build task.

alternatively to build you can run:
```
./build.sh
```
and to run:
```
./run.sh
```
The above build script will also build exported binaries for mac, windows, & linux.

Note: for mac you have to install processing-java through the processing ide ui.