Skip to main content

Posts

Showing posts from October, 2023

p5js image

function setup(){   createCanvas(800,600);   strokeWeight(5); //white lines and stroke around shapes  } function draw(){   background(0,165,10,1); //green background   stroke(1);   line(100,600,100,50); //black vertical line   if(mouseIsPressed){     stroke(0);   }else{     stroke(255,255,255); // color white in upper horizontal and diagonal lines } fill(255,0,0); // color red of the shapes: round, rectangular   line(800,50,50,50);   line(1200,800,50,50);   rect(300,200,160,85);   rect(400,250,160,85);   rect(550,5,160,85);   rect(300,5,160,85)   rect(50,10,160,85);   rect(600,390,100,100);   stroke(1); // black lines diagonal described below   line(1,100,100,100); //black short horizontal line   line(100,100,1400,880); //black diagonal line  stroke(255); // color of stroke around moving shapes are the same as the static ones ellipse(mouseX, mouseY,50,50); ellipse(100,400,50,50); ellipse(100,300,50,50); ellipse(100,200,50,50); ellipse(100,500,50,50); }

Hello World! Processing, 2013

https://vimeo.com/60735314 Ultra_Lab:  Credits: Serrin.TV and Abelardo Gil-Fournier (Director) https://processing.org/examples "Documentary on creative coding that explores the role that ideas such as process, experimentation and algorithm play in this creative field featuring artists, designers and code enthusiasts. The documentary is built itself as a continuous stream of archived references, projects and concepts shared by this community." "What is time for? Time is what hinders everything from being given at once...it retards...it is retardation...it must be elaboration...creation or choice...determination of things." { OBSERVE , VISUALIZE , CREATE } "...processes that need all participants to come to an agreement in order to operate, to share codes, recipes or instructions"... "...find tools that interact with processes"... "...computers will invade the arts, just as they do in any other parts of our lives...may have to learn new skil

First p5.js Sketch

https://editor.p5js.org/  Note: there is an error on line 6...the extra number 4 is not part of the code of the image. It was inadvertently added when I pressed Command+Shift+4 for the screengrab. Websites: https://p5play.org/ https://www.mamp.info/en/downloads/ https://github.com/processing/p5.js/wiki/Local-server https://p5js.org/books/

Assignment 2: Nonlinear video/audio/Animated GIFs: Class Critique

 The animation website was devised as an educational tool with the pages' links set as a traffic light system:  Red color: the link will go one step/page back. Yellow color:  Questions: each question will link to the page where the answer is. Green color: Answers: the link stays in the same page where the answers to the questions are. Due to the confusion of my explanation (also being the last to explain after several hours of reviewing and critiquing) the class suggested that the website needed some instructions or guide for the visitor to understand the random navigation of the pages. Such as specify with clues or icons which one is a question (Q) or which one is an (A). Also, limit the number of animations in each page, and place them in a background that can complete and unite the narrative of the website. 

The Garden of Forking Paths, 1941

  Jorge Luis Borges (Argentinian, 1899-1986)  "The Garden of Forking Paths," 1941. https://www.youtube.com/watch?v=h7xhC41maIs  (first part) https://www.youtube.com/watch?v=yzDOXnS6nec  (2nd part) https://www.youtube.com/watch?v=N-V1qJp5Ihg A short fictional story, written in 1941 (when WWII was going on from 1939 to 1945) but the story is set during WWI (from 1914 to 1918) where time is questioned as being infinite, parallel, convergent, divergent, linear, orderly or chaotic and how a person feels the past, present and future as a personal or/and shared experience. It can be simply described as a "magical thinking" genre. The description of the orderly description of events that occurs simultaneously in the environment, mind and body of the characters of the story and the ability to convey it to the reader that participates in the story as a witness of the events that develop along the reading of it. The reader moves with or accompanies the narrator and main char

Article

  The article was written by Karen O'Rourke, which title is "Psychogeography: A Purposeful Drift Through the City" in July 16, 2021:  https://thereader.mitpress.mit.edu/psychogeography-a-purposeful-drift-through-the-city/utm_content=173219094&utm_medium=social&utm_source=facebook&hss_ channel=fbp-5970424893 It is an introduction of the concept of psychogeography,"...as an alternative way of reading the city" or "people who decode urban space by moving through it in unexpected ways" or "specific effects of the geographical environment...on the emotions and behavior of individuals." Is it a practice to engage our individual imagination that could take us to places, already visited by artists that left their descriptions in artworks such as surrealists painters: Andre Breton, Joan Miro, Max Ernst, Salvador Dali, Rene Magritte, Dorothea Tanning. The article also mentions William Blake, Constantin Guys, and writers who "reflect th

Web (under construction)

 Problems to solve: 1. Title each section of portfolio that is already linked to each pages: Drawings, Collages, Digital works, Prints and Interactive Projects. 2. Organize and Describe the photographs of each page.