Sunday, 9 December 2012


Learning the Basics

This was the first lesson with processing. It was a good introduction to get familiar with drawing the basic shapes. I learnt how to set-up the page with size dimensions then started creating within the draw function. 

This example was to introduce colour with opacity. it uses RGB followed by opacity eg. 
fill(255,0,0,200);


this Exercise was toget tha hang of drawing the basic shapes with:
rect();
ellipse();
line();



This was a good exercise to get used to the grid system of x and y. I planned my image out on graph paper first before applying it into processing. I used a combination of lines, rectangles, ellipses and bezier curves


No comments:

Post a Comment