Intelikids Painter
Posted on 04. Sep, 2009 by admin in Uncategorized
I did some work with The Bio Agency in London on a Flash based painting application.
This fun project had some interesting technical challenges … in particular we wanted to create the illusion that the pencil was floating above the canvas. We originally thought we’d achieve this with Papervision 3D but I created something much simpler and lightweight in 2D with a bit of math and some clever use of shadow.
Also, some painting applications use a series of straight lines from point to point to create the drawn line effect. Others use the stamp method of printing a shape into a bitmap every frame. These techniques look fine while the user is drawing slowly but it soon breaks down when the mouse is moved fast across the screen and the line either breaks or becomes too angular. My version of the painter application creates a smooth bezier curve from points plotted in real-time. The result is a smooth, continuous line.
Try it out! Click here to launch.

