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.

Create a Triangle<br />

size(400, 400);<br />

background(0);<br />

stroke(255);<br />

strokeWeight(5);<br />

smooth();<br />

noFill();<br />

float x = 0, y = 0;<br />

// sets initial shape rotation<br />

float angle = 30;<br />

beginShape();<br />

for (int i=0; i

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

Saved successfully!

Ooh no, something went wrong!