Category: Processing

  • Visual Experiment 05 (Processing)

    Creating a pixelation effect with Processing is relatively easy. Just like the effect achieved with nested loops of circles, a similar effect can be created by generating a nested loop…

  • Visual Experiment 04 (Processing)

    Starting with an example reviewed in class, in this visualization I experiment with the distance between texts and their density to try to generate a more precise visualization of the…

  • Visual Experiment 03 (Processing)

    A visual experiment using the work of the Mexican surrealist painter Leonora Carrington. What I aimed to do with this code was to generate an overlapping circular visual pattern, where…

  • Visual Experiment 02 (Processing)

    This code generates its visual output using a triple-nested loop. The outer loops establish a grid across the canvas, while the innermost loop draws a series of shrinking, layered squares…

  • Visual Experiment 01 (Processing)

    Experiment through nested loops designed to iterate across the canvas. Within each cycle, this code draws vibrant, layered circles whose color and position are dynamically controlled by the mouse’s real-time…

  • Visual Experiment 00 (Processing)

    Creating visual iterations using nested arrays in Processing can produce intriguing results. In this experiment, I generated a grid of evenly spaced circles that increase in size and change color…