📄️ 2023-7-15 Bunch of Lines
Convert an image into a wandering of parallel lines wandering where each line is one of N colors.
📄️ 2023-06-20 Sine Waves
Series of sine waves plotted with increasing amplitude
📄️ 2023-10-05 Roaming Rectangles
Series of rectangles where one is connected to the next one, of varying colors and sizes.
📄️ 2023-11-15 Image Lines
Convert an image into a series of parallel lines where each line is one of N colors.
📄️ 2023-11-19 Wandering Lines
Convert an image into a wandering of parallel lines wandering where each line is one of N colors.
📄️ 2023-11-24 Concentric Circles
Plot circles in a 2D grid where each row contains a donut of a single color and each column contains a circle enclosed in the donut of a single color. The result is a grid containing the unique combination of every color pair.
📄️ 2023-11-25 Bubbles
Generate a circle with a randomly chosen center point, color, and radius. Continuously decrease the radius at a random rate, with a random color, and maintain the same center point to plot successive circles until the radius becomes zero. After reaching a point, start the process again.
📄️ 2023-11-24 Josef Albers Homage
An homage to Josef Albers
📄️ 2023-11-28 Josef Albers Recursive Homage
An homage to Josef Albers, recursively.