Skip to content

Instantly share code, notes, and snippets.

@dimkir
Created September 17, 2013 09:56
Show Gist options
  • Save dimkir/6592316 to your computer and use it in GitHub Desktop.
Save dimkir/6592316 to your computer and use it in GitHub Desktop.
Created using Sketch2Tweet tool
int i, n, s=900;
void setup() {
size(s, s);
}
void draw() {
n=int(90+90*sin((i+=5)*.01));
textSize(n);
fill(233<<n);
text(i/s, i%s-50, 99*(i/s)%s-n);
}//#p5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment