https://editor.p5js.org/saramui/sketches/Txddxxzkn
Going into this project, I knew that I wanted to play with different positions of objects, colors, and opacities. I also wanted to incorporate randomness into my art since I think a good generative pattern should produce a different yield every time.
For the first image, I played with the random size and location of the circles while keeping the opacity the same.
For the second image, I wanted to experiment with putting circles in a grid. I then thought of lowering the opacity as the y-position gets bigger. I eventually added a decreasing circle size as the circles went down. I kept the same color for one run of the circles because I thought it would make the drawing more cohesive, but the color changes with every run.
For the third image, I initially wanted to experiment with ellipses and change their size relative to their location, but I thought it looked very messy and decided to go with squares instead. I do wish that I would have been able to get it to work with ellipses.
For the fourth image, I was inspired by the previous image to work with the origin in the middle of the drawing. I then used random colored lines and put circles at the end of them.
For the fifth image, I wanted to play with the rotations of triangles in a grid, and thought that a gradient of colors would be good to show the progression of the image.
For the sixth image, I wanted to see what random placement and length of lines would look like with different stroke weights. I thought that it would be nice to have a grayscale drawing.
For the seventh image, I finally experimented with movement in my image, and thought that a grayscale drawing would be fun to show that with.
For the eighth image, I wanted to keep the x-position constant, and created a series of random sized ellipses in a column. I added two more to make the drawing more full.
For the last image, I wanted to play with the randomness of shapes of triangles and put them in a grid for easy viewing. I also made them random colors to look more fun.
In the end, I think that using the computer to draw yields faster and more random results than drawing by hand. Shapes can also be kept more consistent digitally than manually.