About
Grown, Not Drawn
Cellscape exists because a rule as small as B3/S23 can produce something worth looking at — and almost nothing lets you actually watch that happen and walk away with a print-quality piece of it.
Why This Exists
Cellular automata have been studied since the 1940s and played with online since the web could render a grid of squares, but most tools built around them stop at the simulation itself: you can watch Conway's Game of Life run, and that's it. Cellscape was built to close the gap between "interesting simulation" and "art you'd actually hang on a wall" — GPU-accelerated rendering, 27 color palettes, long-exposure history trails, non-planar surfaces like a torus or sphere, and export at resolutions meant for real printing, not just a screenshot.
The Name
"Cellscape" is a landscape made of cells — and "grown, not drawn" is the whole philosophy in four words. Nothing in the output is hand-placed. Every shape, every color transition, every structure traces back to one small rule applied over and over to a grid, the same way a crystal's structure traces back to its underlying lattice. The art is a side effect of the rule, discovered by running it, not designed pixel by pixel.
How It's Built
Cellscape is a single-page web app with no build step — vanilla JavaScript, WebGL2 fragment shaders for the simulation and rendering pipeline, and Three.js for the 3D surfaces, all loaded directly by the browser. There's no server-side simulation and no account system: everything runs on your own device, and nothing about your session is stored anywhere else. A Canvas 2D fallback keeps the tool working even without WebGL2 support.
How the Project Is Run
Cellscape is an independent project, not a funded startup, and it's built around a deliberately honest approach to figuring out what's actually worth building next: the full tool is free, permanently, because the interesting question isn't whether people will use a cellular automata generator — that's well established — it's whether people value the output enough to pay for a print-quality version of it. Cellscape Pro (a one-time unlock for print-resolution export, transparent PNGs, video, and watermark removal) exists to answer that question honestly, without ever gating the underlying tool itself.
Explore
Read how the underlying rules actually work in the complete guide to cellular automata art, browse every named pattern and rule in the gallery, or just open the generator and start playing.