Rotating Mini-Planet with Skyline
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.
Binary Tree
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
Exploding Sphere Animation
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
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
Day3: hemesh-library experiment2
This is another experiment using the hemesh library
click here to run it or download the code
Day2: hemesh-library experiment1
This is a experiment using the hemesh library
click here to run it or download the code
discrete surface function for toxiclib
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
Spikes and Bumps with Toxiclibs
My next toxiclibs surfacebuilder experiment generates spikes and bumps on a spherical surface
click here to see it in action or download the code
a circular chart im Processing
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
Toxiclib SurfaceFunction experiment
Today I started to experiment with the SurfaceFunction class of the toxiclibs
click here to see the results or download the sourcecode