super2duper5 / weaving_algorithm

weaving thread between nails in a circle to produce an image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##### Weaving Algorithm #####

http://www.marginallyclever.com/

A Processing 3 sketch to generate a weaving pattern that resembles a source image.

Essentially, 

* find the darkest line between any two of the 200 points around the edge of the circle.
* add that line to the output image.
* subtract that line from the input image.
* Repeat 2000 times.

Final sequence of strings is printed to the output window at the bottom of the processing app.

Read the comments at the top of the code to find tweakable values like total number of points,
one line per click, and so on.

## Get help ##

Please visit the forums
https://marginallyclever.com/forums

## Misc ##

This file was downloaded from https://github.com/MarginallyClever/weaving_algorithm
This file was last updated 2019-02-25

About

weaving thread between nails in a circle to produce an image.

License:GNU General Public License v2.0


Languages

Language:Processing 100.0%