Creative Coding
Lesson 1 of 3 6 min +40 XP

Drawing with Code

Shapes on a canvas.

What you'll learn

  • Understand drawing with code
  • Apply it to real examples
  • Check yourself with a quiz
Painting by instruction

Instead of a brush, you write 'draw a circle here, this big, this color.' Creative coding turns precise instructions into pictures — and lets you make a thousand circles as easily as one.

The canvas and coordinates

You draw on a canvas using (x, y) coordinates. Functions place shapes; colors are set with red, green, blue values.

Knowledge Check

+10 XP / correct

1. Shapes are placed using…

2. Color in code is often set with…