- 447 words -
This has been one of my most satisfying project recently so if you want to see cool visualisations of digital life the demo is live here.
The code of this project is on Github, now let me tell you what this is about.
Despite the fact that I never remember which spelling is singular or plural (automaton
? automata
? automat[a|on]s
??) these mathematical concepts have been fascinating me for a long time.
The principle of a cellular automaton (CA) is quite simple:
This is incredibly cool because given a few simple rules and some random inputs these objects can create surprising and sometimes counter intuitive patterns.
The first CA I heard about was John Conway's game of life and it was something like 8 years ago. Since then I have found myself reimplementing a version of this CA every once in a while.
When I heard that John Conway passed away in 2020 I decided to create a tribute to his work, once again.
For this implementation I had a few things in mind which really mattered to me:
So I made this little web application hosted on github pages and using p5.js, bootstrap and some vanilla javascript.
By default the app will start on a simple Game of Life CA, but in the settings the user can play with different parameters like the size of the grid, the initial density of the alive cells and more interestingly the rules used to decide of the next state of cells.
I found a few interesting presets which can be used to create new CA and see cool patterns emerging.
When I have time I'll add some pictures here... And maybe a technical write up about how it was done!
Posts in the same category: [p5]