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.
- Host: GitHub
- URL: https://github.com/farzonl/wator
- Owner: farzonl
- Created: 2019-07-21T15:44:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T07:14:05.000Z (about 7 years ago)
- Last Synced: 2025-04-12T02:14:17.813Z (over 1 year ago)
- Topics: computational-biology, graphics
- Language: Processing
- Homepage: https://youtu.be/xL6Ov2i8OXI
- Size: 17.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wator - A Predator-Prey simulation
[](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.