Completed
⭐️ INTRODUCTION ⭐️
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Creative Coding for Beginners - Full Course
Automatically move to the next video in the Classroom when playback concludes
- 1 ⭐️ INTRODUCTION ⭐️
- 2 How to Download Processing
- 3 ⭐️ DRAWING WITH CODE ⭐️
- 4 Shapes
- 5 The Processing Reference
- 6 Saving Your Code
- 7 Code Comments
- 8 Errors
- 9 Stroke Weight
- 10 RGB color
- 11 Bits and Bytes
- 12 Color Modes
- 13 Alpha Transparency
- 14 ⭐️ FLOW ⭐️
- 15 Setup and Draw
- 16 mouseX and mouseY
- 17 mousePressed
- 18 ⭐️ VARIABLES ⭐️
- 19 Creating Your Own
- 20 Incrementation Operations
- 21 Random Numbers
- 22 ⭐️ CONDITIONALS ⭐️
- 23 The "IF" Statement
- 24 "ELSE"
- 25 Logical Operators
- 26 The Bouncing Ball
- 27 Boolean Variables
- 28 ⭐️ LOOPS ⭐️
- 29 The While Loop
- 30 Variable Scope
- 31 The For Loop
- 32 Nested Loops
- 33 ⭐️ ARRAYS ⭐️
- 34 Indexing
- 35 Iteration
- 36 ⭐️ FUNCTIONS ⭐️
- 37 Defining Your Own
- 38 Modularity
- 39 Reusability
- 40 Return Types
- 41 ⭐️ CLASSES AND OBJECTS ⭐️
- 42 Constructor Arguments
- 43 Arrays of Objects
- 44 Enhanced Loop
- 45 ⭐️ CONFETTI PROJECT ⭐️
- 46 ⭐️ CONCLUSION ⭐️