Arrays Talking to Arrays

Rola4344
2 min readApr 19, 2021

--

For this assignment, I attempted to recreate the Casey Reas image on the right that can be seen below.

This work from Casey looks like it includes an array of lines that jitter around, leading me to make the following list of numbered rules to create my piece:

  1. Create an array randomly placing multiple lines on the x and y axis
  2. Create a class to make the lines jitter around
  3. Rotate the lines so that they are not all straight up and down

The images I ended up creating can be seen below. I messed around with the length, number, and brightness of the lines to create three different images.

Below you can see my p5 sketch in which you can see the jitter class in action.

--

--

Rola4344
Rola4344

Written by Rola4344

0 Followers

Learning how to program

No responses yet