"Unless you’re a poet or an otter or something supernatural
You’ll drown, dear. You’ll drown
Any Greek can get you into a labyrinth
But it takes a hero to get out of one"
Excerpt from Jack Spicer's poem "Any Fool Can Get Into an Ocean"
Generative artwork created entirely with code in p5js. The composition is autonomously developing by itself, based on Cellular Automata (CA) rules.
CAs are computational models that are typically represented by a grid with values (cells). A cell is a particular location on a grid with a value, like a cell on a spreadsheet you’d see in Microsoft Excel. Each cell in the grid evolves based on its neighbors and the rules I've crafted. Elementary CAs are visuali...