Computational Media - Week 1a


This class teaches Processing, which is a precursor for Java. Here's my first design by numbers project and the code:
background(0);
stroke(200, 150, 200);
rect(12, 12, 75, 75);
rect(15, 15, 73, 73);
rect(18, 18, 71, 71);
rect(21, 21, 69, 69);
rect(24, 24, 67, 67);
rect(27, 27, 65, 65);
rect(30, 30, 63, 63);
rect(33, 33, 61, 61);
rect(36, 36, 59, 59);
rect(39, 39, 57, 57);
rect(42, 42, 55, 55);
rect(45, 45, 53, 53);
rect(48, 48, 51, 51);

1 Comments:
Thanks Carlmarl. Are you part of ITP?
Post a Comment
<< Home