Monthly Archives: October 2012

Class 1 – Exercise – Drawing flags

Draw the flags according to the following rules: – Draw them in order of difficulty (from top to bottom) – Try to use as little polygons as possible – Be as precise as possible with the colours and proportions of the elements – Draw one flag per sketch. The size of the sketch should be [...]

Posted in Exercises, Int Programming | Tagged , | Comments closed

flags

The first exercise of programming fundamentals (together with Cristobal Castilla) was to code flags, which introduced us what processing and programming is and how to get images out of range of numbers and letters. There were 16 flags to make. For example, that’s how Catalan flag looks like in code: void setup() { size (190, [...]

Posted in Exercises, Gerda Antanaityte, Int Programming, Students | Tagged , , , | Comments closed