As I delve deeper into the world of computer science, I often come across fascinating topics like generative art, the Game of Life, Turing patterns, and automata. These concepts have piqued my curiosity, and I've been eager to get started with using Processing (or any other graphical library) to explore them further.
I want to use Processing for music visualization / sound mapping but I decided to start with a simple example.
Here are the tutorials that I used to get started:
Processing tutorial | Circle Pattern with an Array of Colors
How to render Processing sketch as a movie
I wanted to create a visually entertaining image for the upcoming New Year's celebration. In the tutorial I followed was used to a pixel-based approach to create metaballs. However, during my exploration of this topic, I discovered the Marching Squares method. I want to utilize this technique to produce something in the future.
Tutorials: