Recitation 5: Processing Basics – James Bai

In this recitation, we used processing to create simple symbols. I picked the Mercedes Benz symbol.

Link: http://www.car-brand-names.com/mercedes-benz-logo/

The image was on an 800×800 px canvas. It took around 30 minutes to create it since I had to find the perfect spot to connect the triangles to the edges of the circles. I also had difficulties getting the inside space white, but the symbol still grey since I only used lines in the beginning. I solved this by using triangles instead of lines.

Here is the end result:

I added text afterwards with the text(“Mercedes Benz”,360,100);

Leave a Reply