Interactive Work Response/Review

An interesting piece of interactive art that I found is called 10,000 Moving Cities Same but Different by Marc Lee. This is an augmented piece that shows real time(well about as real time as you can get without going to place cameras/get access to cameras and audio all around these places) cities projected onto basic …

Hello World! Processing. Response

Processing is a way for people to work together to create codes that are creative. Your code becomes a sketchbook. Sketchbooks in this case can also become something more fleshed out and are simply lines of code that create imagery. Birds flying together in the video made me want to try to remake the same …

JavaScript City

I created a surealist cityscape with JavaScript (p5.js). This is on the site called p5.js.org so feel free to make your own stuff. If you want to see how I did this its below. function setup() { createCanvas(800, 600); background(100,200,20); } function draw() { strokeWeight(0); stroke(200,400,20); rect(0,400,100,200); rect(90,350,75,250); rect(150,380,100,220); rect(350,300,90,350); triangle(700,0,850,0,750,60); strokeWeight(0); beginShape(); vertex(40,30); vertex(300,60); …

Response toJorge Luis Borges The Garden of Forking Paths

Labyrinths are like mazes but the main difference is that they aren’t meant to be uncovered in their entirely unlike mazes. Borges creates a world that drives the mind of the read/viewer into various directions. Blow the mind of the viewers by implying/creating multiple layers of information while also allowing the viewer to come to …

Psychogeography and Contemporary Art

Psychogeography is a way of exploring environments through playfulness and roaming(drifting). This can be seen through open world games, as its meaning and reason is a playful turn on an environment. Games like Dying light, that are set in urban environments and force you to use parkour to get around instead of the typical modes …

Design a site like this with WordPress.com
Get started