How to create Minkowski Distance Circles with Processing.
This article describes how to create shapes (circles) using Minkowski distance with Processing.
Date:2024-03-13
This article describes how to create shapes (circles) using Minkowski distance with Processing.
Date:2024-03-13
This article presents the formula and how to create a digital representation of the chladni plate (chladni figure) using Processing. The most classical way of visualizing and expressing sound. You can enjoy the various geometric patterns created by sound.
Date:2023-12-05
How to create particles on a spherical surface with Processing.
Date:2023-06-02
It is how to create a doughnut shape using trigonometric functions. As you read the code, think about where math is used.
Date:2023-05-15
/Update:2023-05-14
This is a visual representation of sound using Processing, using the FFT (Fast Fourier Transform) values of Processing’s Sound library to draw sounds as if you were writing a musical score. You can replace the sample.wav part in the code with any sound you like and play it back with different values.
Date:2023-05-07
/Update:2024-04-30