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 …
Category Archives: Graphic Design
p5.js project Bloom
https://homepages.utoledo.edu/apotts3/bloom/ Cherry blossoms are only in bloom for a short period of time which is the bases for this project. Originally each interaction would make things drastically different but I changed the way the trees appear and the less noisy background elements.
p5.js project critique notes
I created a p5.js project that involved circles growing and shrinking and I called it Growth. Main critique was simply about making the message understood as I initially wanted it to be in a delving between worlds vibe but it came across more as growth. Some things I will change are the colors as they …
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); …
Ocean Void
amandapotts.art/void Enter the depths in this interactive project I have created. A few things have changed due to the review. The text that was on the first page is now gone and the eyes have smoother edges. There are more creatures on the page that holds them. Its theme is now Ocean based on the …
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 …
Continue reading “Response toJorge Luis Borges The Garden of Forking Paths”
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 …
Website
Check out my website that I coded myself. Will add more projects as time goes on. Check back for more information. https://homepages.utoledo.edu/apotts3/ I have changed a few things for this after getting some critiques from my peers. The format of the page is fixed. The color scheme has changed as it didn’t function to my …
Basic Sketches for my Website
My website layout ideas. After the first one I realized I needed to use the rectangular tool instead of by hand. The secound image is for future additions to the website hence its basic structure.