reaction-diffusion icon indicating copy to clipboard operation
reaction-diffusion copied to clipboard

An R experiment to create images generated by the Gray-Scott algorithm

Reaction-Difussion

An R experiment to create images generated by the Gray-Scott algorithm. Examples:

Getting Started

Prerequisites

You will need to install the following packages (if you don't have them already):

install.packages("tidyverse")
install.packages("Rcpp")
install.packages("reshape2")
install.packages("colourlovers")

More info

  • A complete explanation of the experiment can be found at fronkonstin

  • Reading this post by Karl Sims is a perfect way to understand how reaction-diffusion process works.

Authors