Processing Interactive Drawing Application (10/03/2009)

Processing – Interactive Drawing Application from Noah King on Vimeo.

This processing application is the first one in which I have successfully used functions. In the past I have used the controlP5 library to add a user-controlled variable to the top level of the sketch. This time I explored writing my own code to have fully-interactive, user controlled settings. This allows for several distinctively different drawing methods to be bundled into one program and accessed by clicking on buttons and sliders. The end drawing experience is decent, but mostly this was about the UI and the organization of the functions. I hope to program the sliders as objects, and then have many more variables to control, like color saturation and brightness, drawing tool shape, eraser, etc.

To try out the program yourself, follow this link for the Live Processing Sketch .

Source Code Here