Category: Blog

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

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