The Particles on a spherical surface Code / How to create a 3D shape with Processing
How to create particles on a spherical surface with Processing.
Date:2023-06-02
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:2023-05-12