Sonumbra was made as an interactable space in 2006 by Loop.pH, and utilized the movements of the audience. This entire project not only was so beautiful to look at, but also so admirable in how they treated the entire aesthetic of the place, taking into account the multiple variables of a setting, including sound, placement, sizing, and lighting. I suppose the algorithms took in the movements of the visitors and paired them with the fiber lights that made up the structure as well as computer-generated sound. The creator did an excellent job creating beauty in the structure that could have otherwise been rather chaotic or ugly-looking.
“A visual instrument to compose and control electronic music in a comprehensive and responsible way.” – MediaArtTube, January 28, 2012. I love how this modern audiovisual concept is based on a timeless design used throughout the greater portion of the 20th Century – the record player.
I am truly fascinated and intrigued by this stunning piece of technology. As quoted by the creator, Sound Machines consist of 3 units, each unit resembling Vinyl record players. Each unit has the capacity of holding 3 tracks, just like traditional record players.
MediaArtTube, however, embodies this classical design with a 21st Century makeover. There is no direct contact of the needle to the groove in the disc in a Sound Machine. Signals received from the laser light of the “needle” is synced to a sequencer, producing a sound output.
Sound Machines are definitely a cool way to mix various digitally-transmitted tracks together, and I hope that we continue to see a greater implementation of this technology in everyday life.
// Ilia Urgen
// Section B
var numLines = 60;
function setup() {
createCanvas (400,300);
color_1 = color (135,206,245);
color_2 = color (253,217,181);
// ombre
for (var y = 0; y < height; y++ ) {
n = map (y,0, height, 0, 1);
var color_3 = lerpColor (color_1, color_2, n);
stroke (color_3);
line (0, y, width, y);
}
stroke (0);
// canvas border lines
line (1,1,1,299);
line (1,1,399,1);
line (1,299,399,299);
line (399,1,399,299);
}
function draw() {
for (var i = 0; i <= numLines; i += 1) {
var x1 = 0;
var y1 = i * width / numLines;
var x2 = i * height / numLines;
var y2 = 300;
// lower eye curve
strokeWeight(0.5);
line (x1, y1, x2, y2);
// upper eye curve and pyramid side
line (x2, 0, 400, y1);
// lower eye lines
line (y1, x2 * 1.05, x1, y1 - 20);
// pyramid face
line (y2, x2, x1 - 2.1, y2 + 200);
// eye line
strokeWeight(2);
line (0,0,382,303);
}
//illuminati eye
push();
translate (185, 152);
rotate(radians(38));
fill (0);
ellipse (0,0,180,80);
fill (255);
ellipse (0,0,80);
fill (0);
ellipse (0,0,20);
pop();
noLoop();
}
Twisted Belly Vase is a 3D printed object created on April 25th, 2022 by Instagram artist namu3d. The original size of the figure was 80mm by 60mm, but the model was printed 60% larger. Altogether, the print took around one-and-a-half, which is the average print time for a model of this size.
There are many features that make the Twisted Belly vase stick out, and my favorite design feature is the flow of the rather-vertical lines around the vase’s upper and lower diameters. The thinning neck around the center of the vase gives off the hourglass aesthetic, with the “belly” of the vase greatly expanding in proportion and then once again, returning to its original diameter size.
The software used to 3D print this vase was MakerBot, a highly ubiquitous design program. It allows the creator to explore various vector scales, rotations, and linear parallel lines, which are just three of many possible functions and variables when it comes to computational fabrication.
The creators of Twisted Belly Vase, namu3d, has made other aesthetically-pleasing vases, bowls, and cylindrical elements. His design style involves simple, yet complex-looking geometric shapes and unusual rotations. I have a deep appreciation of namu3d’s design style because I too, find beauty in the simplest geometric shapes found in the world around us.
Within my project, what I wanted to do was to examine what we call faces. What exactly are the processes by which we determine what is a face or not? In such, I attempted to use the most chaotic combinations by randomizing virtually every color combination on screen possible.
Climate change is a topic that is seriously important, yet often overlooked despite its devastating impact on every single aspect of living, especially for lower income communities who often contribute the least to the destruction of the planet. My Climate 2050, created by Mitchell Whitelaw in 2018 demonstrates the drastic impact of climate change in a way that is both personal and easy to understand. Dr. Whitelaw utilized a unique program that took in all the data about predicted temperature trends in the near future and used color coordination to match a temperature to a color, creating a glance at a year in Brisbane impacted by climate change. Dr. Whitelaw’s understanding of simplicity and color theory allowed him to create a diagram that was very easy to understand, as he used reds to signify hotter temperatures and greens to signify cooler temperatures. He also utilized the impact of the red circle to represent the cycle by which it will only get worse. This allows the viewer to truly understand just how horrendous the impacts of climate change will be.
The most attractive aspects of these works are the vivid variety of colors and how each tone compliments each other, forming patterns that make me think of decorative art. Once painters use to even stick gold to create the golden yellow they were it’s rather interesting how digitally colors are presented compared to hand-worked arts.
This specific work from her installation Summer is composed of colors from imagery of summer; as she describe as blue sea, sand dunes, striped parasols and beach chairs. Using patterns that utilizes stripes, shapes that are made of patches and blocks of colors. The image is a capture of a continuous video that does not repeat but continues to create new random images.
Lia also has 3d installations that bring out code and algorithms into physical products- it is a real ting in real life. I know that the works are rated to minimalist qualities and she codes for her installations or images. The way she cooperates the freeness and fluid characteristic of art works – for example paintings or sketches- along with the structured characteristic of coding seems to bridge between traditional mediums and Digital algorithms.
Additionally, adding sound elements is another dimension to add on art works. It brings in the sensory sound helping to create a mode, reenforcing the impact of an art piece. It isn’t necessarily music of her own creation but is a collaborative act; in this specific work, sound from Damian Stewart.