Rhea Myers

draw-something

draw-something, 2004-, Common Lisp code, JavaScript code.

draw-something is a generative drawing program inspired by Harold Cohen’s AARON. It is based on simple models of line drawing, figure creation, and colour choice.

draw-something was inspired by my desire to better appreciate and understand Harold Cohen’s AARON programme, which I had been aware of since childhood. There have been several versions, including the main program in Common Lisp and versions for the web and blockchain in JavaScript.

To create a drawing, draw-something starts by placing random lines within the format bounds to create a guide form or skeleton. It then draws around this using an algorithm that was derived from observing my own hand while drawing. Finally it colours the resulting drawing using colours chosen randomly in the Hue/Saturation/Lightness colour space. This generates intriguing colour schemes varying from pastel to psychedelic.

This process functions as as both drafting and sketching, abstraction and representation. It is, as much of my art is, a model of almost precisely how art is not made. Saying how is left as an exercise for the viewer.