C++ implementation of a discrete reaction-diffusion system following Gray-Scott Model.
Dependencies:
- C++17
- OpenCV is used for image I/O and color space conversion.
- Eigen is used for matrices.
This great paper motivated and helped this implementation.
.
├─ data/
├─ include/
├─ src/
├─ build/
└─ CMakeLists.txt
main.cpp: mainconfig.hpp: config and constantsreaction_diffusion.*: RD algoio.*: postprocessingwrap_indices.*: helper for convolution
This codebase may be revisited occasionally for experimental extensions, in particular I have ideas involving VAE-based representations of reaction-diffusion patterns.

