Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tyleryasaka/artomata
art + cellular automata
https://github.com/tyleryasaka/artomata
Last synced: 26 days ago
JSON representation
art + cellular automata
- Host: GitHub
- URL: https://github.com/tyleryasaka/artomata
- Owner: tyleryasaka
- Created: 2019-02-23T03:04:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T18:52:50.000Z (about 5 years ago)
- Last Synced: 2024-10-04T19:47:10.195Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://artomata.tyleryasaka.me/
- Size: 8.16 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# artomata
![artomata](examples/Brand_Screen.png)
art + cellular automata
an experiment
[artomata.tyleryasaka.me](http://artomata.tyleryasaka.me/)
## Examples
These are some examples of artwork generated with this code:
![Loyally Icy Maiden Pink](examples/Lazily_Ancient_Geranium.png)
![Quirkily Greasy Dusty Miller](examples/Quirkily_Greasy_Dusty_Miller.png)![Too Sweet Sweet Woodruff](examples/Too_Sweet_Sweet_Woodruff.png)
![Unaccountably Yummy Scarlet Sage](examples/Unaccountably_Yummy_Scarlet_Sage.png)## Development
All of the artomata code is open source and contained in this repo. There are several components.
### [pentaflower](./packages/pentaflower)
This is the javascript library that powers the pentaflower. [Documentation here.](./packages/pentaflower)
Note that the source code is under `packages/pentaflower`.
### [pentaflower-svg](./packages/pentaflower-svg)
This is an extension of the pentaflower class that renders the pentaflower in the broswer. [Documentation here.](./packages/pentaflower-svg)
Note that the source code is under `packages/pentaflower-svg`.
### [website](./docs)
This is the source for the [artomata.tyleryasaka.me](http://artomata.tyleryasaka.me/) website. It's a static site built with jekyll. The code is in the `docs` folder.