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.