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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

PROCESSING: CREATIVE CODING AND COMPUTATIONAL ART<br />

694<br />

void setup(){<br />

size(300, 300);<br />

smooth();<br />

// fill coordinate arrays<br />

x[0] = x[1] = 50;<br />

x[2] = x[3] = width-50;<br />

y[0] = height/2-50;<br />

y[3] = height/2+50;<br />

y[1] = y[2] = height/2;<br />

//initialize dragging flags to false<br />

for (int i=0; i

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

Saved successfully!

Ooh no, something went wrong!