If you are new to programming and/or interested in computer graphics and interactive animations these notes are a great place to start your journey! Below we’ll learn the basics of coding using a language called p5.js. p5.js is designed especially for beginners and runs completely in your web browser, so you don’t need to install any special software to get started. Learning p5.js is a great way to see if programming is something you’d like to pursue further.
1.0 Getting Started with p5.js
1-1 Getting Started with p5.js
1-8 System Variables and Random Numbers
2.0 p5.js Fundamentals
2-6 Object-Oriented Programming (OOP)
3.0 Cool p5.js Features