Original Organism, a living mathematical creature in the browser
Original Organism is a browser-based interactive simulation that brings a living mathematical creature to life, allowing users to explore organic digital behavior and emergent patterns through code.
Background
"Original Organism" is an interactive browser-based art project by developer/hacker Paul Loyd (known as "cow") that runs a cellular automaton—a mathematical simulation where simple rules applied to a grid of cells produce complex, lifelike patterns over time. Unlike a video or static image, this is a live, evolving "creature" that changes in real-time in your browser using JavaScript and HTML5 Canvas. The project echoes the work of mathematician John Conway (Game of Life) and computer scientist Stephen Wolfram, who studied how complex behavior emerges from tiny rule sets. It was created as an entry for a "js13k" competition, meaning the entire program is squeezed into just 13 kilobytes of code. For tech-culture readers, it illustrates the long-running hacker fascination with artificial life, emergence, and generative art—all running in a single web page with no server or app install needed.