Please watch ALL videos - these will help with all the coding assignments!
algorithm
syntax
documentation
Library
p5.js
The Processing Foundation
arguments
I defined these for you, but please include these in your portfolio:
function setup - is a section of code that only runs once @ setup
function draw - is a section of code that runs continually in a loop until told not to by your code
Please define these under 2D Primitive on p5.js reference page including which arguments these take?
triangle function -
line function -
Lesson 0 Instructions:
Create the Perrine Bridge with title
Create a canvas 700 X 350
use triangles () Triangle Reference
Use lines () Line Reference
Use a rectangle ( ) Triangle
Place text in the center of the rectangle above your drawing
Label your drawing of the Perrine Bridge To create text please use my example code or the text reference guide, remember, navigating documentation is key to being a successful programmer! (our video series hasn't quite covered text yet)
Use any other parts of code found in the p5.js Reference as you would like
(hint! Just use the snipping tool after you run the sketch)
[Self Assessment]
[Mrs. LaMarche's Feedback Here]