Skip to content

vitalkhali/weaving_algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##### 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Processing 100.0%