Author: robot_imaluis

  • 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.…

  • 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…

  • Interactive and non-linear stories using twine.

    We used Twine, a very versatile tool for creating interactive stories, to develop a narrative about cognitive dissonance. In this story, the character faces various dilemmas and, through their choices,…

  • Web Development 101

    It’s helpful to know some basics of coding and networks to understand the fundamentals of the web. In front-end development, there are core principles that apply regardless of the framework…