Monday, February 9, 2009

bitmap'n it!

So... Like a lot of folks, I've always been really fascinated with bitmap type effects. They're a lot of fun to watch and pretty easy to write.

I collected together a set of small demos of some classic bitmap effects.

Franticly clicking on the demo will reset the current effect and eventually enable you to press the keys to access the different effects:
  1. pixel average: this kooky bit manipulation creates bizarre plasma effects (be patient!)
  2. clouds: different clouds and cloud like effects
  3. hough: use a hough transfer to create trippy sine waves from partial lines
  4. bump: ye olde bumpmap effect using displacement maps from the other demos

See it in action!

No comments:

Post a Comment