The algorithm behind Continuum is a fully continuous cellular automata system implemented in p5.js.
Each piece begins from a random initial condition (a seeded field) where the concentration of two abstract substances, A and B, evolves through iterative diffusion and nonlinear interaction.
A set of stable reaction parameters (feed, kill, and diffusion rates) are randomly chosen from a curated range known to generate visually complex yet stable morphologies. Each frame computes a local Laplacian operator to simulate diffusion, followed by a continuous update rule that drives self-organization.
The visual field is rendered as a dynamic interference map, color gradients are derived from a randomly generated palette and modulated by spatial noise, producing intricate patterns reminiscent of sacred geometry, biological growth, and fluid motion.
Every output is algorithmically unique, arising from stochastic initialization; no two outputs ever repeat.
EditArt Sliders Guide
Slider 1 – Canvas Size: Adjusts the output resolution.
Slider 2 – Density: Controls the level of structural complexity and diffusion balance in the cellular field.
Slider 3 – Color Palette: Selects from a curated range of generative palettes that influence the final chromatic structure and mood.
Slider 4 – Runtime: Defines the number of frames in the animation, controlling motion duration and pattern evolution depth.
Slider 5 – Randomize Generates a new algorithmic output based on the previously adjusted slider parameters, rather than the current live values. It reinterprets the last saved configuration through a new random seed, producing distinct outcomes that remain consistent with the earlier aesthetic choices.
Note: Some earlier outputs of Continuum were previously published on Objkt.com This EditArt version is released to make the algorithm’s full generative process visible and interactive, allowing collectors to explore all possible variations through the sliders and experience the living system behind the work.
Reptile 🦎
Made by p5.js s = save