Home

Processing Filters


For a few projects, I chose to create graphics content using programming. One of the easiest ways for that was to use Processing. It's simple to use (Java language), free, and flexible enough to create image filters.

A use of the cities footprint generator.


Painting Effect

For the PaperPlane's introduction movie, I wanted to create a painting effect. I wasn't fully satisfied by existing plugins on compositing softwares. So I wrote some kind of particles filter. With the 3D software, I render a beauty pass and a motion pass. The beauty is used to give a color at each particle, and the motion pass gives a vector to move the particle along camera's movements.


Frames from the Paperplane's introduction movie.


lemassonpierre.g@gmail.com