CLARK LAVERY
  • Home
  • Flash
    • Wizards in Concrete Boots (flash prototype)
    • Rite Of Passage
    • Running Man
    • Treasure Trawler
    • Zapper
    • War Pong Revisited
    • Sabo2eur
    • Flash Band v1.0
    • FoTM
    • Stabilisation
    • Time Warp
    • Spell Prototypes
    • Character Prototypes
  • Unity
    • Sale on Aisle 12
    • Jamnation
    • Apoch
    • Fuzzbolls
    • Mazix
    • Wizards in Concrete Boots
    • Running Man 3D
    • Traffic Jam
    • Pigment of Imagination
  • Unreal
    • Divine Conflict (UDK)
    • Revengening (UT2004)
  • OpenGL/C++
    • Asteroids
    • Missile Command
  • WebGL/JavaScript
    • Scaley
    • Giant Insects
    • Clarity
    • GIMM
    • Big Forest
    • Digulator
    • Pong
    • Asteroids

Clarity

Main Page:
http://clarity.clarklavery.com

GitHub Repository:
https://github.com/calrk/Clarity

After several years of writing image manipulation filters using similar templates, I finally decided to merge them all together in a simple to use and extend library.

Clarity is the result of this, an ever evolving library of image manipulation filters using the new HTML5 canvas format, combining with images, videos, web-cam and WebGL inputs to generate and modify the output. 

The library has evolved as I have found different uses for it. Originally created for feature detection in an image, it has moved to generation and manipulation of height-maps, procedural texture generation and now distortion filters for games applications. 

Any feature requests or bug reports can be posted on the github page, and any feedback is welcome. 

Clear the Fog

Similar to the window cleaning game that came out on the first eye-toy, I made a similar application where the screen would slowly fog up and can only be cleared by movement in the scene. This program uses a motion detection filter to find what is moving in the scene, and by saving what has moved over several frames subtracts this movement from a fog overlay on the camera.
http://dl.dropboxusercontent.com/u/1622301/webcam/game.html

Powered by Create your own unique website with customizable templates.