Link to Code : https://editor.p5js.org/anikaki/sketches/YUJwuNAqV

https://editor.p5js.org/anikaki/full/xr2AZZQiz

I decided to take last week’s assignment and alter the way we interact with the code

color palette - inspiration

color palette - inspiration


Documentation of the pattern deign process.

Process : playing with the color palette and stroke weight

Screen Shot 2022-10-09 at 8.37.32 PM.png

Screen Shot 2022-10-09 at 9.23.23 PM.png

Screen Shot 2022-10-09 at 8.39.21 PM.png

Screen Shot 2022-10-09 at 9.19.13 PM.png

Screen Shot 2022-10-09 at 9.11.03 PM.png

Screen Shot 2022-10-09 at 8.39.21 PM.png


After experimenting with stroke colors and shapes I ended up with this template :

Screen Shot 2022-10-11 at 7.28.38 PM.png

Design Analysis :

The main concept behind this code was generating a composition / pattern using only circles and rectangles. This is made possible by dividing the custom sized canvas of the piece in 10 rows .

each one sized height/10. = plane

There is an option to either add a row of circles or a row of rectangles. This part is happening by chosing either the "drawcirclesline" or "drawlinerow" function.

Playing with complimentary colors // a highlighter / bar moves along the mouse to filter the color and shapes. //when you press the mouse the highlighter disappears and a blue filter is applied and follows the movement of the mouse cursor.

_________________Functions