Rotating Mini-Planet with Skyline

Nikolaus Gradwohl2011-06-11T07:02:59+00:00

My day11 project for 30DaysOfCreativity is a processing-sketch showing a rotating tiny planet with a skyline. It's based on an older sketch I made a while ago

click here to see it running or download the code.

skyline planet

read more ...

Binary Tree

Nikolaus Gradwohl2011-06-09T05:17:29+00:00

My Day9 project for 30DaysOfCreativity is a visualization of a binary tree I made in processing.

click here to run it or download the code

tree

read more ...

Exploding Sphere Animation

Nikolaus Gradwohl2011-06-08T05:52:03+00:00

This animation is my Day8 project for 30daysofcreativity

This is a animation I made with processing and the hemesh-library. I generated the frames with the processing sketch and exported them using the saveFrame function. The sounds are created using PureData. The explosion is based on a patch from the book designing sound by Andy Farnell - a really really great book, everybody who is needs sound effects for videogames or films should read this book.

read more ...

Day4: processing 3D illumination experiment

Nikolaus Gradwohl2011-06-02T09:03:29+00:00

a experiment using 8 directional lights to illuminate a - hmmm - thing made from black spheres

click here to see it in action or download the code

illumination experiment

read more ...

Day3: hemesh-library experiment2

Nikolaus Gradwohl2011-06-02T08:54:00+00:00

This is another experiment using the hemesh library

click here to run it or download the code

hemesh experiment2

read more ...

Day2: hemesh-library experiment1

Nikolaus Gradwohl2011-06-02T08:26:02+00:00

This is a experiment using the hemesh library

click here to run it or download the code

hemesh experiment1

read more ...

discrete surface function for toxiclib

Nikolaus Gradwohl2011-05-31T06:07:17+00:00

This is another surface-function for the toxiclibs meshbuilder. This time it's not a smooth integrateable function but it has some discrete jumps.

click here to see it in action or download the source

spiral function

read more ...

Spikes and Bumps with Toxiclibs

Nikolaus Gradwohl2011-05-30T04:52:28+00:00

My next toxiclibs surfacebuilder experiment generates spikes and bumps on a spherical surface

click here to see it in action or download the code

spikes and bumps

read more ...

a circular chart im Processing

Nikolaus Gradwohl2011-05-27T06:00:37+00:00

This is a rainbow colored circular bar-chart I made with processing. Currently the lenght of the bars are random numbers. So don't expect any fancy insights by watching the bars move :-)

click here to see it in action or download the source

circular chart

read more ...

Toxiclib SurfaceFunction experiment

Nikolaus Gradwohl2011-05-26T06:02:53+00:00

Today I started to experiment with the SurfaceFunction class of the toxiclibs

click here to see the results or download the sourcecode

surfacefunction experiment

read more ...