papercut flower

Nikolaus Gradwohl2014-02-24T05:04:00+00:00

Here is a short processing script that renders an animated papercut flower. Just because. Have fun :-)

papercut flower

rotating rainbow

Nikolaus Gradwohl2014-01-14T05:29:08+00:00

I wrote another "done in 10 minutes"-processing sketch for no particular reason

click on the image to and change the rotating shape with your mouse

rotating rainbow

dragging circles

Nikolaus Gradwohl2014-01-11T07:59:14+00:00

I wrote a little processing sketch to explore the vector arithmetic functions of the PVector class

click on the image to and drag the circles around

drag

eternaly moving rainbow

Nikolaus Gradwohl2014-01-02T16:59:32+00:00

I wrote an enternaly moving rainbow using processing today

click on the image to run the sketch

rainbow

new Pictures for my Livingroom

Nikolaus Gradwohl2013-12-16T08:15:18+00:00

I created a new set of pictures for my livingroom using a small processing script.

new pictures

The script generates a pattern of circles and saves it as a pdf files each time a key is pressed

read more ...

Processing Flowers for the livingroom

Nikolaus Gradwohl2013-10-16T10:03:48+00:00

I created another set of images to hang on my livingroom wall. Here is an example of the generated images and the code of the sketch I used

processing flowers

The code creates a petal with no stroke and an pastel fill color and then redraws the shape 3 times without a fill color.

read more ...

processing blob

Nikolaus Gradwohl2013-09-26T04:04:47+00:00

this sketch creates an animated blob by drawing 10 bouncing ellipses with random sizes two times at slightly different sizes to create an effect that looks similar to metaballs or lava-lamps, but can be computed very fast and easy.

Click on the picture to see it running or download the code

blob

25-Minutes timer in processing

Nikolaus Gradwohl2013-09-20T05:13:51+00:00

I have written a small processing pomodoro timer. I used it to run on my Desktop but it should work in android- or javascript-mode too. you can download the pde file here if you want to use it too, to start a time slot just click on the sketch window.

pomodoro timer

neon lines in processing using a glsl filter

Nikolaus Gradwohl2013-08-19T07:47:18+00:00

I made a short processing script that draws sine curves and uses a glsl blur filter to add a neon effect

neonwaves

To create this effect you need a processing sketch drawing the curves and a glsl filter that adds the blur effect.

read more ...

endless pattern generator

Nikolaus Gradwohl2013-08-12T06:20:38+00:00

Back in my Atari computing days I was fascinated by the endless pattern generators that generated never repeating complex patterns on my screen. This is a processing sketch that recreates this effect

click on the sketch to generate a new pattern

pattern