/rust-reaction-diffusion-SDL

An implementation of the Reaction Diffusion algorithm described at http://www.karlsims.com/rd.html

Primary LanguageRust

A rust program that simulates the Reaction - Diffusion equation, using the algorithm described at: http://www.karlsims.com/rd.html

Computed on the CPU, rendered using SDL.

TODO: GPU rendering, SIMD.