top of page
wix3.jpg

These artworks can be placed on the wall in various configurations depending on the light and position of the parts.

Some are put together with separate pieces so that each installation is unique. 

wix0.jpg
wix2.jpg
wix4.jpg
bottom of page
//sketch1 for transparency_Heather Lowe void setup() { size(500,400); } void draw() { background(24, 200, 150); stroke(255, 255, 255); fill(160, 220, 90, 70); ellipse(200, 200, 300, 300); fill(252, 246, 115); ellipse(200, 200, 175, 175); fill(160, 210, 230, 50); rect(mouseX, mouseY, 200, 200, 20); fill(240, 30, 0, 80); ellipse (200, mouseY, 100, 100); fill(240, 30, 0, 50); ellipse (300, mouseX, 90, 90); fill(240, 30, 0, 30); ellipse (mouseX, 50, 70, 70); fill(160, 210, 230, 50); rect(mouseY, mouseX, 100, 100, 20); }