Monthly Archives: June 2023

M1D24 – ITP1 W5 Assignments

https://d.pr/i/Z3yBZu/hufUkBcdg8 For Reading 1. Extra events p5 commands to study: Appears in case 303 2. Operator shorthand See if you can work out how to use these: 3. Math functions p5 commands to study: Appears in case 303 – later … Continue reading

Posted in Study Notes | Tagged , , , | Leave a comment

M1D23 – ITP1 – Week 5

This code above creates an ellipse in random size and within the given conditions in every refresh- width/2, height/2, random() * 250, random() * 250 Code placed inside draw creates a loop. In this example code above, it creates the … Continue reading

Posted in Study Notes | Tagged , , , | Leave a comment

M1D22: ITP1 Week 1

P5.js pixel – tiny dots on the computer arranged in a grid In p5.js, we need to create a canvas to draw to We always start with the x coordinate and then the y coordinate. It’s called Cartesian coordinate system … Continue reading

Posted in Study Notes | Tagged , , , | Leave a comment