Alternative Drawing Process
Project done to develop a new way to draw and to explore what it means for a work to be a drawing. Alternative Drawing Process is a program that takes in a user input of a word or sentences and draws a set of lines using an algorithm that derives the points and thickness of the lines based on the input text. Each line follows one after another in a no-pick-up drawing style. With a new input, the form and color both change. With the same input, the form stays the same, but the color is randomized again to create variety and give a sense of collaboration between the program and the user. The program determines the form from the input but the user can decide what randomized color scheme they prefer. The program was written using Java.