Recitation 5: Processing Basics, by Daniel Chin

Instructor: Marcele 
 
This is a write up for Interaction Lab SP18 Recitation on Processing Basics on Mar 29, 2019. 
 

Motif 


image of the motif I try to replicate, which is a grafitti by TEMPT 
This photo of a grafitti by Tony “TEMPT” Quan is taken from a TED article
 

My drawing 


an image of white grafitti on blue background 
a gif of a grafitti jumping around 
They have animated textures. 
They pulsate. 
They wiggle. 
 

Explanation 


I chose the motif because we learnt about the grafitti artist (TEMPT) in earlier lectures through an assistive project. I feel grafitti would be a great genre to replicate in Processing. 
 
I used OOP to draw random lines to form strokes. 
 
The coordinates in my final creation are directly taken from the original motif. So, the structure should be identical to the original work. However, my creation is an animation. Details and colors are simplified, but the movements add some expressivity. 
 
Processing is the perfect tool to achieve my design. Processing provides the right amount of builtin tools for me to easily focus on what I want to do. The OOP provided by Java also helped me generalize the graphics. 
 

Source code 


The code is too long (5KB), so please see my Github repo

Leave a Reply