Fab lab Metro center Computing

Well, in order to work with Processing programs, you have to know at least the basics of the computer language. We had to learn a new syntax to translate our drawings  into shapes on the computer, this type of syntax included words like quad, rect,  line, vertex, ellipse, and triangle. Depending on the shape that you wanted to make, you have to follow different procedures. If you wanted to make a rectangle, first, you have to type in rect(X,Y,W,H).