This is Part 2 of my Catalogue of Making ranging from Week 8-15
The visual explorations are informed by the concept of balance and harmonious energies inspired from the core of a misused practice in Singapore, Feng Shui.
This exploration contributes to the visuals in the interactive interface , which is just one part of a speculative experience
Task 01
Energies in Algorithm
Tools;
p5js
This task is to make my own algorithm to generate visuals that are moving as well. First, taking a direct approach of loading energy diagram by the traditional practice of Feng Shui
function preload();
img.loadPixels();
for (let);
drawLineArt();
rotate();
drawLineArt();
point();
rotate(frameCount);
vertex();
rotate(frameCount);
drawLineArt();
vertex();
rotate(frameCount);
random();