art + cellular automata
an experiment
These are some examples of artwork generated with this code:
All of the artomata code is open source and contained in this repo. There are several components.
This is the javascript library that powers the pentaflower. Documentation here.
Note that the source code is under packages/pentaflower
.
This is an extension of the pentaflower class that renders the pentaflower in the broswer. Documentation here.
Note that the source code is under packages/pentaflower-svg
.
This is the source for the artomata.tyleryasaka.me website. It's a static site built with jekyll. The code is in the docs
folder.