10AprProcessing point of view

If you’re new here, you may want to subscribe to my RSS feed to receive the latest Architectradure’s articles in your reader or via email. Thanks for visiting!

I have tried processing by entering a few lines of script into the processing window.

processing en essais

For instance I wrote the following script:

size(600, 600);

background(50,50,50);

for(int x=0; x 128){

stroke(r, g, b);

rect(r,g, 1, 8);

}

else{

stroke(50,0,0);

rect(x,y, 10, 91);

}

}

}

and processing has generated the following graphic:





Rendez-vous creation
has selected a few images I made with processing.

In digital graphics


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *