Fun with Sine Waves
I’ve been working on a set of Processing sketches that start from an oscillating sine wave. This is created by making a bezier whose anchor points are at either sides of your window, and setting two control points that oscillate up and down in opposite directions. When you stack multiple iterations of the same function, […]