All Slides in the Course
We will introduce you to Processing and show you how to create static drawings using basic shapes. We will also cover syntax and logic errors.
We will learn how to set the size of the display window. We will also learn how to format basic shapes with colour (Grayscale and RGB) and outline.
We start by exploring the setup() and draw() functions that animate our drawings. We will also look at System Variables that come with Processing.
We will learn about variables and two of Java's primitive data types. We will also learn about some arithmetic operators that we can use with our variables.
We will learn how to write conditional statements (if statements) that use boolean expressions. We will also learn about relational and logical operators.
We will learn what mouse events are and how to handle them in your program.