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.

The next sketch utilizes some for loops to dynamically change the destination coordinates,<br />

creating an interesting patterned abstraction:<br />

size(300, 400);<br />

background(loadImage("airport.jpg"));<br />

PImage img = loadImage("towers.jpg");<br />

int w = width/6;<br />

int h = height/8;<br />

for (int i=0; i

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

Saved successfully!

Ooh no, something went wrong!