chaos sequence
Made in collaboration Jacqueline Wernimont, Molly Morin and Nikki Stevens to explore non-deterministic drafts. Tiles the input drafts, randomly selecting which draft to place at which position. At each position, it randomly rotates the draft by either 90, 180 or 270 degrees.
fill
Fills black cells of the first input, “pattern,” with the draft specified by the second input, and the white cells with draft specified by the third input.
image map
Uploads an image and creates an input for each color found in the image. Assigning a draft to the color fills the color region with the selected draft.
join left
Joins drafts assigned to the drafts input together horizontally.
join top
Joins drafts assigned to the inlets vertically.
pattern across length
Given a series of letters (a b c), this operation will associate a draft with each letter, and then arrange following the pattern order
pattern across width
Given a series of letters (a b c, etc), this operation will associate a draft with each letter, and then arrange those drafts from left to right following the pattern order
rectangle
Generates an unfilled rectangle of the size defined by the parameters. If given an input, the rectangle fills with the input.
tile
Repeats the input block along the warp and weft according to the parameters described below.
variable length sampler
Given a series of letters and numbers (a100 b200 c300), this operation will associate a draft with each letter, and then arrange those drafts from top to bottom following the pattern order. The numbers next to each letter describe the number of pics upon which the specified pattern should be repeated
variable width sampler
Given a series of letters and numbers (a100 b200 c300), this operation will associate a draft with each letter, and then arrange those drafts from left to right following the pattern order. The numbers next to each letter describe the number of ends upon which the specified pattern should be repeated