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.

void setup(){<br />

//these values can be changed<br />

size(400, 400);<br />

background(0);<br />

strokeWeight(1);<br />

stroke(255);<br />

noFill();<br />

smooth();<br />

//end changeable stuff<br />

x = width/xSclFactor;<br />

y = height/ySclFactor;<br />

y2 = x2 = 0;<br />

for (int i=0; i

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

Saved successfully!

Ooh no, something went wrong!