To begin with we were told to always start with:
void setup(){
}
void draw(){
}
at the beginning of every sketch, this means that we have got a basis at which to start processing.
This is the very first thing that I did using processing.
This is the very first thing that I did using processing.
This is what I created by the end of the first day of learning processing.
This is something that I created for a bit of fun during the class.