Reaction-diffusion corals bloom and split like living cells.
This is the whole thing. Phluxel runs it on every cell, every step — the animation is what happens when you repeat it.
LET _f = (255 - R) * G * G / 65025; R = R + 0.2 * (N.R + S.R + E.R + W.R - R * 4) + _f - 0.035 * R; G = G + 0.1 * (N.G + S.G + E.G + W.G - G * 4) + _f - 0.095 * G; B = {SAT, 70 - R - G}
Paste it into the Rule Editor, or pick Coral Growth (Gray-Scott) from the template list and skip the typing.
Phluxel runs in the browser as a demo, and the free desktop edition has every feature with a watermark on exports.
Open the browser demo Download free (Windows) Wishlist on Steam