/ReactionDiffusion

Playing around with Reaction Diffusion algorithm

Primary LanguagePython

Reaction-Diffusion

Implementation of Reaction-Diffusion funtions.

Dependencies

This project uses the following dependencies:

  1. matplotlib
  2. Pillow
  3. kiwisolver

Setting up enviroment

Create a virtual environment with python, activate the virtual environment on the current terminal instance, and install the dependencies.
The following snippet is for Linux, other operating systems use different different terminals and use a different script from the virtual environment Scripts folder.

python -m venv .venv
./.venv/Scripts/activate
pip install -r requirements.txt

Reference

https://en.wikipedia.org/wiki/Reaction%E2%80%93diffusion_system