Patterns ‘Static’

The title of this piece is ‘Static’  https://editor.p5js.org/jperry/sketches/xJ392Y_f_ Link to all alterations to the pattern: https://drive.google.com/drive/folders/1nxEaiLGYVyVNkIIYHbunBH7BaV5hFuqD?usp=sharing This piece is supposed to show a transition from color to black and white with the color feeding into the square path that then leads to black and white smaller squares.  for (var i = 10; i < 600;… Read more Patterns ‘Static’

Generative Motion: Mood Ring

https://editor.p5js.org/jperry/sketches/_c1ZdsAwz GIFs:  https://drive.google.com/drive/folders/1W71_ftURNEb3jq9eyk16Ty-xXDvgNEyH?usp=sharing This project was inspired by mood rings that change color based on the heat from your finger. I wanted to portray this through happy and sad emotions, with the happy able to overpower the sad. The faces and color pallets are changed by the movement of the mouse.  Within my code I… Read more Generative Motion: Mood Ring

Interactive Drawing (JP Paint)

Project (JP Paint) :  Full Screen: https://editor.p5js.org/jperry/full/BV1E6Gx7Y Editor: https://editor.p5js.org/jperry/sketches/BV1E6Gx7Y Demonstration:  https://drive.google.com/file/d/1b6_uZjG5eXTpf3IBlNmgLRTO-qgkEANA/view?usp=sharing This project is titled JP Paint because I took inspiration from MS Paint. The purpose of this project is to be an interactive drawing program with a fun interface. The most difficult part of this code was creating the button that clears the page. I… Read more Interactive Drawing (JP Paint)