Patterns in craft
I would LOVE to explore all three of the qualities listed above and figuring out how to recreate in p5.js, then furthering that work to create a random pattern generator that can develop new design motifs. Alas, we are given a fixed amount of time to work on this assignment, so I'm just going to pin this thought here and maybe revisit for a future project.
I still drew inspiration from the brief research and applied it to my assignment this week. I looked into creating overlapping and interconnecting shapes to create unexpected patterns, which turned into a some interesting findings!
The order of operations with loops:
In my first iteration (bottom left) of this digital recreation of Kuguri-Sashi, I noticed that some crosses have the right end covered by the circle, while other crosses were covered at the bottom end. So the question here was, in what order is this pattern being drawn in? My first thought was it drew the circle-cross sequence for the x=0 column, then the x=radius * 3 column, and so forth. Well, based on gif below, that theory is wrong. With some help from my classmates, we changed the loop a little and slowed down the frame rate so we can see the pattern draw in a perceivable speed. The drawing is actually starting at (0, 0) and radiating outwards, at the defined increment, in the x and y direction simultaneously. However, I wanted to crosses to sit atop the circles, so in a new version, I moved the cross out into its own loop separate from the circles.
Some after thoughts from this pattern:
Comments are closed.
|
Blog posts and other documentation from NYU ITP classes
Categories
All
|