Homework
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 an example page to help get you started.
Homework 9 Example
Specifics:
- Create a portrait of your real self using simple shapes.
- Use circle(s) or ellipse(s).
- Use square(s) or rect(s).
- Use point(s).
- Use line(s).
- Use triangle(s). - keep in mind that the first point of a triangle starts in the bottom left-hand corner.
- Title your portrait.
- Sign your portrait with your name. (Just print your name using the text function)
- Upload everything into GitHub and turn in your link to Canvas.
No discussion this week.