AMY&PINK

Co-taught by Zach Lieberman and Taeyoon Choi.

_______________________________________________________________________________________________________

 

 

Archive for April 2009


Public Spaces “Drawing”

April 21st, 2009 — 3:30pm

Photobucket

Sidewalk Writing

Photobucket

Sidewalk sign

Photobucket

Crossing

Photobucket

Paint Trail

Photobucket

Paint Trail (cont)

Photobucket

Paint stains

Photobucket

Sidewalk sign

Photobucket

Sidewalk sign (cont)

Photobucket

Crossing

Photobucket

Street Texture

Photobucket

Message

Photobucket

Tape sign

Photobucket

Spray trail

Photobucket

Spray trail (cont)

Photobucket

Paper butterfiles

Photobucket

Subway

Photobucket

Subway booth

Subway (cont)

Subway (cont)

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

The following images have been found around the internet.

via Flickr - GonzoMau. Not always the best things are the best for us.

via Flickr - GonzoMau. Not always the best things are the best for us.

via Flickr - González-Alba. Green Paint

via Flickr - González-Alba.via Flickr - Visentico / Sento. Reserved space.

via Flickr - González-Alba. Colored Sidewalk

via Flickr - González-Alba. Colored Sidewalk

via Flickr - como_un_pez_en_el_agua.  Old wall

via Flickr - como_un_pez_en_el_agua. Old wall

Comment » | Week 10, code

Homework 011

April 21st, 2009 — 2:38pm

This simple application shows the changes of the angles with the size of the circles and the different colors.  While drawing, depending on the values of the angles the stroke will change.

Comment » | Week 11, code

Homework 009

April 12th, 2009 — 1:53pm

Thanks to Zach for helping me with this code.  It still needs work but here it is: my first version of a Graffiti tool imitating some sort of marker stroke.

Comment » | Week 09, code

Context Free

April 1st, 2009 — 9:56am

Photobucket

Photobucket

Photobucket

Photobucket

Comment » | Week 08, code

Walking

April 1st, 2009 — 2:01am

I created a route based on my way to work.

Since walking and distance depends on time, I decided to use an agenda to create my “frames” over time, and divide the actions I considered key on my path. I took a video of my route which was guided at first by the lights on the street, helping me create the main drawing of my path.  On my way, draw and note peculiar things on the streets that could be used as variables while walking.  On the agenda, I used the space of each day to write and draw each set of actions, starting from the day it was made; March 27th.

There’s one main route (the one I actually did) illustrated on the agenda. There is one point where the route can change (goto Wed1st or goto Thu2nd), creating a secondary one.

The idea of using this medium for my map is to create the option of “jumping” through the frames, as I call, depending on the decision made.  Also, I think it’s an easier way to visualize it.

Photobucket

Photobucket

Photobucket

Photobucket

Photobucket

Photobucket

Photobucket

Photobucket

Photobucket


pseudocode:

// walk.work

:::::::::::::::::::::::::::::::::::::::::::::
goOutside();
doors = 2;

if doors open;
walk outside;
else;
open doors
walk outside;

:::::::::::::::::::::::::::::::::::::::::::::
if brickWall both sides;
keep walking;
else:
stop;
turn right;

:::::::::::::::::::::::::::::::::::::::::::::
walk one block;
if obstacle;
move x = 5;
move y = 5;
move x = -10;
else;
keep walking;

:::::::::::::::::::::::::::::::::::::::::::::
if leftWall = 0;
stop walking;
else;
keep walking;

if light is red;
goto RuteA

:::::::::::::::::::::::::::::::::::::::::::::
ruteA();

walk one block;
for light red;
stop;
for light green;
walk one block;
- - - - - - - - - - - - - -
walk one block;
if rightBuildings = 0;
stop;
turn right;
else;
keep walking;
- - - - - - - - - - - - - -
walk;
for light = blinks;
walk faster;

if (”Home of Cheers” = right);
turn left;
else;
keep walking;

stop;

for light = white;
walk;
- - - - - - - - - - - - - -
for orangeBarrel = true;
move x = 5;
move = 2;
move x = -10;
walk one block;

for railing = true;
move x = -5;
move y = 30;
move x = -10;
walk
- - - - - - - - - - - - - -
if blackFenceRight = true;
keep walking;
else;
stop;
- - - - - - - - - - - - - -
if light = red
RuteA2;

:::::::::::::::::::::::::::::::::::::::::::::
Rute A2();
walk one block;
for phoneBoothLeft = true;
stop;
turn left;
if light = red;
stop;
else;
walk;
cross street;
- - - - - - - - - - - - - -
for phoneBoothLeft = true;
turn right;
if light = red;
stop;
else;
walk;
- - - - - - - - - - - - - -
if (greenWall = closer) && (phoneBoothRight);
stop;
else;
keep walking;
- - - - - - - - - - - - - -
walk one block;
if (blackFootBridge = front) && (light = white);
cross street;
else;
keep walking;
stop;
turn left;
- - - - - - - - - - - - - -
wait;
light = white;
walk;
walk one block;

if stepInPedestrianCrossing;
stop;
else;
keep walking;
- - - - - - - - - - - - - -
turn left;
walk;
if (grayDoor) && (orangeCone);
stop;
else;
walk;
- - - - - - - - - - - - - -
glass door = front;
open door;

:::::::::::::::::::::::::::::::::::::::::::::

Comment » | Week 08, drawing

Back to top