A downloadable tool

PREPARE TO BE UNDERWHELMED

Generates some patterns with Python

Real bare bones because I didn't plan my time well and did it all a few hours before the deadline.

Eventually I hope to have a system to (relatively) easily define rules for drawing shapes that connect to eachother to make interesting patterns.  This makes quarter circle arcs, sometimes with lines connecting them.

Requires python 3.10+ and PIL 10.4.0

`width` and `height` are grid units, and `dimesion` is how many pixels per grid unit,

so width = 3, height = 5, grid = 10 will make a 30x50 pixel image

import patterngen

img = patterngen.demo(width=12,height=12, dimension=40, iterations=60)

img.save('Example.png')

Published 9 hours ago
StatusReleased
CategoryTool
Authorpdil

Download

Download
patterngen.zip 4 kB

Leave a comment

Log in with itch.io to leave a comment.