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 groups, and flock around a general area. There are 16 or 32 groups total, I can’t really remember.



Posted in Works | 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. His project was titled HUB Media Lab.

All of these images were created from code, using sampled color from another image. Most of the routines shown here were programmed with Object Oriented practices in mind. In essence, create an Object to do some drawing, make 6400 of them or more, and let them draw.

Posted in Works | Tagged , , , , | Leave a comment

A Walk Down Memory Lane…

Here are some very old projects of mine, dating 4 years and older now.

Here is a brief overview:

  • Bouncy Boxes – After writing my own drawing libraries for Flash (actionscript 2) I decided to abstract things a bit more. The drawing you see here is made with code.
  • Recursive – Some fun with drawing a recursive pattern and animating, may induce vertigo.
  • IsoBox – Again, more drawing routines.
  • Reveal – A simple image covered in objects which make themselves transparent with a mouseover.
  • Text Explode – An example of a simple particle explosion while hidding a letter.
  • Snow Walk – A simple animation from scanned drawings. Click once on the snowman, then use your arror keys.
  • Leaves – A tool made in an art class some time ago.
  • Found Color – Another tool developed in art class. This was for a found color assignment, in which all samples had to be discovered.
Posted in Old Stuffs | Tagged , , , , | Leave a comment