04.04.2013 Views

Processing: Creative Coding and Computational Art

Processing: Creative Coding and Computational Art

Processing: Creative Coding and Computational Art

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Poly Pattern I (table structure)<br />

/*<br />

Poly Pattern I<br />

Ira Greenberg, November 26, 2005<br />

revised October 18, 2006<br />

pattern: table structure<br />

*/<br />

void setup(){<br />

size(400, 400);<br />

background(0);<br />

smooth();<br />

//you can change these values<br />

int hGap = 12;<br />

int wGap = 12;<br />

int[]rads = { 3, 4, 5, 6, 7, 8 };<br />

int r<strong>and</strong>Size = 3;<br />

int r<strong>and</strong>Pos = 3;<br />

for (int j=0; j

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!