Author: admin
10
Apr
Typewriter Art
by admin
No Comments
Inspiration: http://www.toxel.com/inspiration/2012/04/02/typewriter-art/ PImage img; PFont f; String message = “So hatte der kleine Prinz trotz des guten Willens seiner Liebe rasch an ihr zu...
09
Apr
Rotating Shape
by admin
No Comments
int width = 550; int height = 550; int centx = width/2; int centy = width/2; float multi = 2; float rad = 180;...
05
Apr
Pulsating Circles
by admin
No Comments
Kreise [] k = {}; int num = 20; void setup(){ frameRate(24); size(550,550); background(0); smooth(); noStroke(); drawKreise(); } void...
05
Apr
Fractal II
by admin
No Comments
Sketches after the Book Generative Art – Matt Pearson Chapter 8.3 – Fractals – Sutcliffe Pentagons [Variations]
04
Apr
Fractals I
by admin
No Comments
Sketches after the Book Generative Art – Matt Pearson Chapter 8.3 – Fractals – Exponential growth [Variations] After Changing Number of Children and Level ...