parallax bokeh experiment in processing
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
font boids
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
text from ants
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
Exploding Letters
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
circular pattern in processing
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
Jigsaw-Puzzle-Piece generator
I made a processing sketch that generates a jigsaw-puzzle-piece using curveVertices
click here to run it or download the source
flowers from arcs in processing
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
sine-function experiment
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
Growing Font in Processing
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
Random Light-Streak in Processing
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