rectangles

Nikolaus Gradwohl2013-07-19T06:16:10+00:00

I created a new small processing sketch, cause I had to wait for someone and there was nothing else todo - well at least nothing else that I would have liked to do or that would have fit into that timeslot. Somehow this blogpost starts to get far more complicated than I intended it to be ...

I think you should just click on the image and rotate the rectangles ...

rectangles

Day 25 of 30daysOfCreativity - a processing noisestar

Nikolaus Gradwohl2013-06-25T23:12:05+00:00

My Day 25 project for 30daysofcreativity.com is a processing sketch that draws a star using the noise() method

click on the sketch to start it or to download the sourcecode

noise star

processing archflower

Nikolaus Gradwohl2013-05-31T06:17:17+00:00

My latest processing sketch uses the arc command to create flowers. I use 20 arcs and control their angle with the x axis of the mouse. The arcs grow at different speeds and on random sides of the flower to create the petals.

Click on the sketch to create a new flower and move the mouse to let it bloom.

arcflower

first box of Processing 2 Creative Coding Hotshot arrived

Nikolaus Gradwohl2013-05-28T06:49:32+00:00

Oh! Look what the mailman brought me yesterday!

The first box of PHYSICAL COPIES on PAPER of my very first book Processing 2: Creative Coding Hotshot arrived!

book arrived

Processing 2.0: Creative Coding Hotshot is published

Nikolaus Gradwohl2013-05-22T05:55:24+00:00

I hereby proudly announce that my first book has been published at packt publishing.

You can find the print and the ebook version of my book at http://www.packtpub.com/processing-2-creative-coding-hotshot/book

processing 2.0: Creative Coding Hotshot

read more ...

wobbly circles

Nikolaus Gradwohl2013-05-13T06:05:06+00:00

I wrote a new processing sketch that draws colored circles that are slightly off center

click on the sketch to create new forms.

wobbly circles

processing lissajou generator

Nikolaus Gradwohl2013-05-08T07:54:14+00:00

I wrote a processing lissajou form generator. I didnĀ“t use the usual connect the dots method but used two nested loops to connect every point to every other point. The line color, width and alpha is calculated from the distance of two points.

click on the sketch to create new forms.

lissajou

processing ocean waves

Nikolaus Gradwohl2013-05-06T06:10:41+00:00

I created a processing sketch that simulates ocean waves using the noise() method Click on the sketch and move the mouse to rotate the view.

ocean waves

ttslib installation via the processing PDE

Nikolaus Gradwohl2013-03-16T09:56:14+00:00

Writing talking processing sketches just got a lot easier!

the ttslib just got added to the list of processing libraries that can be installed via the PDE!

So starting with processing 2 beta 7 you can install the ttslib by clicking on "Sketch -> Import Library ... -> Add Library". In the dialog that opens enter ttslib as a search filter and then click on the install button next to the ttslib entry.

curves abstract art generator

Nikolaus Gradwohl2013-03-07T06:52:18+00:00

I generated a new set of pictures for my living-room today. This time I created an abstract art generator that creates random curves and draws circles that follow them, I also made it choose a base color at random and create the colors in the HSB colorspace depending on the size of the curve

curves abstract art generator

read more ...