June 25, 2003

Drawing one layer at a time

I'm on a dual track: Practicing drawing and practicing writing programs so that I can practice drawing. Ah, the life of a programmer.

I think I need a good way to manage the layers and intermediate steps of a drawing. Here's my first stab at it:

TabletTracer.gif

This is just a simple set of layers where each layer can be shown or hidden or have its transparency set. I can think of a myriad of other controls that I need on the tabs, but there's so little room. I have to think through how I'm really going to use the layers.

Posted by Loren at June 25, 2003 12:23 AM