parallax bokeh experiment in processing

Nikolaus Gradwohl2011-05-25T05:59:02+00:00

This is a processing sketch that simulates the bokeh effekt (aka depth blur). It uses some simple parallax scrolling to intensify the depht perception of the more blured disks

click here to run it or to download the sourcecode

bokeh experiment

read more ...

font boids

Nikolaus Gradwohl2011-05-24T06:07:08+00:00

This is a third experiment I made with the geomerative library. This time the particles are are turned into boids and fly away

click here to see it in action or download the source

font ants

read more ...

text from ants

Nikolaus Gradwohl2011-05-23T05:49:44+00:00

This is another experiment I made with the geomerative library. This time the particles are running to their position in the font, starting at a random position.

click here to see it in action or download the source

font ants

read more ...

Exploding Letters

Nikolaus Gradwohl2011-05-13T05:36:06+00:00

I played with the geomerative - library and made a sketch that lets letters explode in particles similar to the sphere in this sketch I wrote some days ago

click here to try it or download the sourcecode

exploding letters

read more ...

circular pattern in processing

Nikolaus Gradwohl2011-05-12T05:22:07+00:00

This is a short processing-sketch I wrote today, featuring a pattern made of circles. Looks a bit retro - somebody should screenprint this to fabric an make t-shirts of it ...

click here to play with it or download the source

circles

read more ...

Jigsaw-Puzzle-Piece generator

Nikolaus Gradwohl2011-05-11T06:08:36+00:00

I made a processing sketch that generates a jigsaw-puzzle-piece using curveVertices

click here to run it or download the source

jigsaw piece

read more ...

flowers from arcs in processing

Nikolaus Gradwohl2011-05-10T05:47:25+00:00

I made a sketch that draws flowers, but the petals arent overlapping circles but touching arcs.

I calculate the radius and the angles of the touching arcs based on the radius of the flower and the number of petals.

then an (petal* 2)-vertex-polygon is inserted to fill the flower.

click here to try them or download the code

flowers from touching arcs

read more ...

sine-function experiment

Nikolaus Gradwohl2011-05-09T05:34:23+00:00

I played around with ways of visualizing 3D functions in 2D space. This is a visualization of the function f = sin(x*y * c1 + c2).

c1 and c2 can be changed by moving the mousecursor.

click here to try it or download the source

function experiment1

read more ...

Growing Font in Processing

Nikolaus Gradwohl2011-05-06T05:05:47+00:00

I played a bit with the geomerative library and made a processing sketch featuing some growing letters.

click here to see it in action or get the source

fontgrow

read more ...

Random Light-Streak in Processing

Nikolaus Gradwohl2011-05-04T05:37:46+00:00

Today I made a little processing sketch that features some random light-streaks that are rendered in realtime. I generate the effekt by drawing 100 little glowing particles that follow a random bezier-path.

click here to see them moving and download the source

light streak

read more ...