Generates images in the style of Anni Albers's Meander series
Go to file
Henning Jacobs 3d3a900228 re-add link to upstream 2021-01-10 14:07:32 +01:00
auto_meander make code work with Python 3.9 2021-01-06 22:52:52 +01:00
.gitignore make code work with Python 3.9 2021-01-06 22:52:52 +01:00
LICENSE Add license from automated github commit 2015-05-12 23:09:13 -07:00
README.md re-add link to upstream 2021-01-10 14:07:32 +01:00
auto_meander.py mention SVG generation 2021-01-10 14:04:34 +01:00
poetry.lock also generate SVG file 2021-01-09 15:18:22 +01:00
pyproject.toml mention SVG generation 2021-01-10 14:04:34 +01:00

README.md

auto_meander

Original Python 2 code from https://github.com/alts/auto_meander

Anni Albers's Meander series is 1) beautiful and 2) formulaic. For these reasons, I think emulating its rules in a generative art program is a good idea.

Examples:

Running the code requires Poetry and Python 3.8+

poetry install
poetry run ./auto_meander.py

This will generate PNG and SVG image files in the out directory.