Week 1 : Basic Sketch on p5js – Ji Hwan Shin

Link: https://editor.p5js.org/jihwanshin96/sketches/oRqYJp0Mf

For my basic sketch, I wanted to familiarize myself with some functions I’ve learned in class as well as incorporate some new ones I learned in the references page. I wanted to make an interactive sketch that has text and image files. So in order to wrap my text in moving shapes I set a width and height variable to frameCount + 200, allowing the shapes to grow in the frame. I set the text in the center by using textAlign in the set up function. I also utilized a conditional to command and image to show up once mouse is pressed.

Leave a Reply