A simple black and white 2D water ripples visualization in p5.js. Drag your mouse in order to see ripples form in the canvas!
The P5.js pixel array - The array works differently from most graphics engines in that it has 4 spaces for every pixel for a r, g, b, and alpha value. I had trouble getting the system to work because of this fact, but I eventually learned it.
Contributions are always welcome!
You can open issues, commit code, and add to discussion in order to contribute to this repository.