Advanced Programming

Advanced Programming


Today we learned about "Processing", which is a Java language that various programmers use.

Sketchpad cc

Sketchpad cc is what we used to explore processing. Here are some examples
of things you can create.

Here I have created a simple face using different kinds of code.
For instance, "size" is a way to change the sizing of certain objects.
To obtain various shapes, you are able to type their given name.
There are also X and Y coordinates to move your shapes along.

In class we have also created houses using squares and rectangles.
Above is the house I have made. This is where size really comes into handy.

Recap

Over the course of 8 weeks, I have become knowledgeable of what coding is and how to use it in many
different

Home