This week’s homework introduces us to p5.js. You are going to create a self-portrait with simple shapes and then title and sign your portrait.
Need another reference? Try going to the p5.js resource page on their website.
Here is a video that explains the homework, how to get things set up, and how to upload everything to GitHub.
Here is an example page to help get you started.
Here is another example that shows how to get the x and y coordinates without having to calculate them or guess. I put together a short example that should do that for you. Go to the Mouse Coordinates Example on GitHub.