PROCESSING
On this page I have put up my screen shots from the Processing workshop I created different shapes using line of code such as line(20,420,110); I used this code to create the line which is the first screen shot. When coding you have to type in between the brackets have the name of the object before it and ending with semicolon for example rect(x,y,w,h);. I also experimented with other shapes like the ellipse and giving the choice of fill or no stroke. If you would like to have fill you type in fill(r,g,b); you write in the RGB colours to get the colour that you want go on photoshop colour picker to get the digits. If you don't want the fill you type in nofill(); and same for stroke nostoke();.
For the last two digits were when i click the mouse a line will appear this happens by introducing mouse in to the code.