Author: robot_imaluis

  • Making of Flat Dissonance: VR Experience

    The development of a Virtual Reality (VR) experience in Unity required careful planning. For this project, the story was divided into three scenes: The first step was to build the…

  • Flat Dissonance: A Believer’s Journey (VR Experience)

    Trailer for the interactive story “Flat Dissonance: A Believer’s Journey.” Made with Unity, integrating camera movement, character animation, and the inclusion of cinematics.

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