DEV LOG #2 02/11/25

This week was my first work in p5.js since high school. It was nice to be staring at it's web editor again, it's been so long! We were tasked with creating an iceberg that moved around a sea in a random, noise based pattern to mimic nature. But I thought that was a bit boring, I decided to emulate a penguin walking around on said iceberg.





The code is extraordinarily simple. It uses p5's Perlin noise function to set a new X and Y location every frame, which moves the penguin around on the iceberg. This was very easy to get working, and I was very hopeful that my future assignments would be as easy. I was probably wrong.

My code can be found here


The Development Song of the Week is Shame by System of a Down
https://www.youtube.com/watch?v=MSGyVZUCObI

Comments

Popular posts from this blog

DEV LOG #1: 02/02/2025-02/04/2025

DEV LOG #4 - 02/25/25

DEV LOG 7: 3/18/25 ECOSYSTEM PROJECT