My first processing sketch
Philip and I are learning Processing on a Saturday night.
background (255);
noStroke ();
fill (110,42,92);
rectMode(CENTER);
rect (50,50,64,64);
fill (110,90,96);
ellipse (50,50,64,64);
fill (106,14,173);
ellipse (50,50,48,48);
fill (127,0,0);
ellipse (50,50,32,32);
fill (255,200,200);
ellipse (50,50,16,16);
Advertisement
Leave a Comment
Be the first to comment!



