LINKS AND SCREENSHOTS
Link to the Drive: https://drive.google.com/drive/folders/1t_D9OkB93uaOuWjsHds5ImUJn0ikMIpd
REFLECTIONS
This time we got a chance to learn about Processing. It is quite interesting to experience another “new” coding language, and thanks to the similarity to p5.js and my previous experience in Python, I was able to understand it clearly and try something on my own without many struggles.
Example:
As for this project, I first applied the example from the slides to explore the basic syntax and differences between processing and p5.js, for example, data types, void function instead of defining, etc. To think of some words for my own project, since I was sitting in the Windows Lab at that time, the date and the instruction to unlock the screen were standing right in front of my eyes, I therefore decided to apply them. I referred to the headline used in the last project, which was somehow dynamic and visually pleasing. For the words animation, I applied the void function, which includes the rotation effect within limited angles. Further, as for the challenging options, I tried the arrays and accordingly the for loop to draw all the separated words, trying to rotate them individually.
Code:
Through this project, I’ve learned about Processing, which enriches my coding experience. If I had time, I’d be more than happy to play around with Processing much more about its functions and also grasp a deeper understanding of the related language, i.e, the “Processing” family.
Leave a Reply