This course has gotten interesting every week, with us learning more functions every week. This week is leant how to use like mouseX, mousey. We also learnt how to draw lines and use other function like pmouseX, pmouseY.
We learnt how to use the ellipses() function draws an ellipse which is also used to create circles and also we learnt how to use the for loop structure for continual repeatition of the executed code.
We learnt how to use the nested loop. The for structure produces repetitions in one dimension. Nesting one of thesestructures into another compounds their effect, creating iteration in two dimensions.
Today we learnt a little bit about proccesing. The work we did was pretty straight forward, the only problem I encounter was finding the coding for the RGB color model for each different coloring. I think it is almost the same as the original picture apart from some color variance.