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 />

270<br />

//pie chart<br />

size(400, 400);<br />

background(0);<br />

smooth();<br />

stroke(127);<br />

fill(0);<br />

int radius = 150;<br />

int[]angs = {40, 10, 20, 35, 55, 30, 60, 110};<br />

float lastAng = 0;<br />

for (int i=0; i

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

Saved successfully!

Ooh no, something went wrong!