Processing / Tutorials

OpenSimplex Noise: The Evolution of Noise Representation

One of the most widely used noise functions, particularly within generative art, is Perlin noise, a type of gradient noise. This article delves into its successors: Simplex Noise and OpenSimplex Noise. Furthermore, it provides a guide on implementing OpenSimplex Noise within the Processing environment.

Date:2025-04-24

/Update:2025-06-29

Sound visualization / Sheet Music

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