Tag Archives: java

Videos in Processing

Before moving away from Processing, I dabbled with it’s video export, sound import and analysis libraries. Using opengl to make some visuals. And some more visual fun! These birds were given a flocking motion of perlin noise, which is a great smooth noise function that can create a nice pseudo flock. They are also in […]

Posted in Works | Also tagged , , , , | Leave a comment

Drawing with Processing

Here are some images I developed when creating some drawing behaviors in Processing.org. Processing is a language a lot like java, only with a simplier structure and integrated drawing api that makes programmatic sketching possible. I have taught two workshops on processing at UBC, part of Julio Lopez’s graduate work to create a code/artist collaborative. […]

Posted in Works | Also tagged , , , | Leave a comment