jeudi 25 juin 2009

Memories of Iceland (test #2)

Memories of Iceland (test #2).



A sequence of compressed panoramic landscape shots of Iceland, processed through a Processing (processing.org) script implementing a particles system, based on on Rui Madeira's "particulas220000" (http://rui-m.com/p5/particulas220000/). Each image was animated based on the brightness of its pixels.

jeudi 18 juin 2009

Memories of Iceland (test)

Memories of Iceland (test).



Made with Processing (processing.org) based on some of my own video footage and leveraging Andrés Colubri's glgraphics library (users.design.ucla.edu/~acolubri/processing/glgraphics/home/index.html) to do semi real-time filtering of video through stacking of OpenCV filters and GLSL shaders.

lundi 18 mai 2009

mardi 7 avril 2009

Square drop ripples

Randomly placed drops that create square-shaped ripples which expand outwards and fade out.

Made with Processing


Square drop ripples.

jeudi 2 avril 2009

Light breeze over the moonlit sea (test #1)

Inspired by the Seigaiha Japanese wave pattern, tries to emulate a light breeze over a moonlit sea. I'm trying to refine the wave movement behaviour for it to have a more natural look.


Light breeze over the moonlit sea (test #1).

Made with Processing.

Brightness-gradient driven particles test

A simple brightness-gradient-driven particles test.

Starting from a base image, the maximum slope between the brightness of a pixel and its neighbours determines a flowfield that drives particles down the brightness gradient. Once the particles reach local minimum of brightness of the initial image (as determined by the flowfield), the flowfield is reinitialized based on the current resulting image.

Made with Processing.


Brightness-gradient driven particles test.