Overview
Syllabus
⭐️ INTRODUCTION ⭐️
How to Download Processing
⭐️ DRAWING WITH CODE ⭐️
Shapes
The Processing Reference
Saving Your Code
Code Comments
Errors
Stroke Weight
RGB color
Bits and Bytes
Color Modes
Alpha Transparency
⭐️ FLOW ⭐️
Setup and Draw
mouseX and mouseY
mousePressed
⭐️ VARIABLES ⭐️
Creating Your Own
Incrementation Operations
Random Numbers
⭐️ CONDITIONALS ⭐️
The "IF" Statement
"ELSE"
Logical Operators
The Bouncing Ball
Boolean Variables
⭐️ LOOPS ⭐️
The While Loop
Variable Scope
The For Loop
Nested Loops
⭐️ ARRAYS ⭐️
Indexing
Iteration
⭐️ FUNCTIONS ⭐️
Defining Your Own
Modularity
Reusability
Return Types
⭐️ CLASSES AND OBJECTS ⭐️
Constructor Arguments
Arrays of Objects
Enhanced Loop
⭐️ CONFETTI PROJECT ⭐️
⭐️ CONCLUSION ⭐️
Taught by
The Coding Train