Index / 2016 / Lesson 01 Shapes Fills
600×400 · p5.js instance mode
lesson_01_Shapes_Fills.pde 12 lines
size (600,400); // size of the window (width, height)
background(50);

fill(#);
stroke(127,255,255);
strokeWeight(8);
ellipse(200,200,50,50);
ellipse(400,100,120,60);

fill(255,127,127);
stroke(255,127,255);
rect(300,200,150,100);
read-only archive source from /2016/LESSONS/lesson_01_Shapes_and_Fills/lesson_01_Shapes_Fills/lesson_01_Shapes_Fills.pde

Description

This page is generated from the Processing project folder at /2016/LESSONS/lesson_01_Shapes_and_Fills/lesson_01_Shapes_Fills/lesson_01_Shapes_Fills.pde.

Archive

No companion assets were found in this sketch folder.