1873 Twittering Processing Sketches [Processing]
Douglas Edric Stanley has written an interesting post on his blog about Andy Best fun idea last week to write Processing sketches inside of a tweet. Here’s his original tweet promoting the idea: @peterkirn How about a whole processing sketch in 140 characters?,
This has followed with a number of very interesting mini processing sketches for Processing. You can see the collection here with a few examples of code with links to their authors.
Some examples:
float i;PImage a=loadImage("http://tiny.cc/Rdn0Z","jpg");void draw(){i+=0.01;translate(50,50);rotate(i);scale(sin(i)2);image(a,-250,-250);} //@destaouel
import ddf.minim.;AudioPlayer player;Minim minim;minim=new Minim(this); player=minim.loadFile("http://tinyurl.com/cty59k");player.play(); //@FlorentDeloison
float x,y,t;int h=100;void setup(){size(h,h);h/=2;t=0;}void draw(){x=h(sin(9t+1)+1);y=h(sin(8t)+1);point(x,y);t+=0.01;t%=TWO_PI;} //@benoitespinola
int c;void draw(){frameRate(c%120+1);background(++c%2==0?0:255);} //@tomekjarolim
void draw(){for(int i=3;i<500; i+=random(0,i)){rect(3+i,i,i%24,i%34);}} //@budoubuda
The idea definitely sounds fun. If you think you can contribute or would just to pick up some tips and tricks, here’s Andy’s list of Processing.org Twitterers.
blog comments powered by Disqus







![Wireless + Arduino + oF [Tutorial]](http://www.creativeapplications.net/wp-content/uploads/cache/10755_featured.jpg )
![Sound Yeah [iPad, Sound, openFrameworks]](http://www.creativeapplications.net/wp-content/uploads/cache/10725_featured.jpg )
![Sosolimited – reConstitution [Profile, Events, c++]](http://www.creativeapplications.net/wp-content/uploads/cache/10419_featured.jpg )
![Arduino + Servo + openCV Tutorial [openFrameworks]](http://www.creativeapplications.net/wp-content/uploads/cache/10205_featured.jpg )
![Jared Tarbell [Profile, Events]](http://www.creativeapplications.net/wp-content/uploads/cache/10161_featured.jpg )




![Ikon-freeze [Rhegma Promo]](http://www.creativeapplications.net/wp-content/plugins/vimeorss/bvimeocdncom-ts-853-863-85386341_100.jpg)


















Sorry, comments for this entry are closed at this time.