Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 2.06 KB

File metadata and controls

25 lines (15 loc) · 2.06 KB

#Getting started with Vectors. We will be drawing heavily on Nature of Code. for the next part of the course. This week's material is all on pages 27-52.

Ensure you have done the Walker class exercises from last week. I.1, I.2 and I.3 (try some more examples in this chapter if you can)

This week's homework will be to begin with the concept of vectors.

##Vectors Watch the following videos, doing the examples in p5js as you go along. The video's are described using Processing but the concept of Vectors are universal. If you need to see the p5js example sketches they are here in this repository.

Do exercises 1.1 and 1.2 from the book in p5js (you can do 1.3 if you are excited and familiar with 3D)

Do exercise 1.4 and 1.5 in p5js.

Still confused? Read through the book if you prefer, p27-52.