Category: Processing
-
Visual Experiment 15 (Processing)
For this code experiment, I used the code from the Processing website as a reference. Example As the pattern looked very eye appealing, I though on adding some dynamism by…
-
Visual Experiment 14 (Processing)
This is a variant of Visual Experiment 03. Unlike the previous one, this experiment generates a static image with a mosaic effect. This effect is achieved through a nested loop…
-
Visual Experiment 13 (Processing)
A visual experiment using the colors from a reference image, while a nested, out-of-phase oscillation is generated using the “angle” variable. To create a much smoother transition, Gemini AI was…
-
Visual Experiment 12 (Processing)
An example that I found very appealing while exploring Generative Gestaltung was the incorporation of text strings overlaid on images, so I adapted this example from the book to incorporate…
-
Visual Experiment 11 (Processing)
An example worth sharing is this random pattern generator, also called a “Dummer Agent” (from its German name). We can find this example in the book Generative Gestaltung, and it…
-
Visual Experiment 10 (Processing)
While exploring the book “Generative Gestaltung,” we came across very interesting examples, such as this color spectrum, in which the color and size of the patterns change based on the…
-
Visual Experiment 09 (Processing)
Nested loops allow us to perform multiple iterations, as in this example, where by combining three nested loops, we can generate a pattern of concentric circles which, depending on the…
-
Visual Experiment 08 (Processing)
Continuing with nested patterns, this experiment creates the sensation of an attractor. This is achieved by calculating the distance between the mouse’s location and the center of each circle, generating…
-
Visual Experiment 07 (Processing)
An exploration with the modulo operation and changing patterns on the X and Y axes to generate a circular texture.
-
Visual Experiment 06 (Processing)
Another exploration we can achieve with nested loops is to generate interesting textures by using mathematical operators like the modulo, which allows us to create a smooth transition between colors.…
