AMY&PINK

Co-taught by Zach Lieberman and Taeyoon Choi.

_______________________________________________________________________________________________________

 

 

Category: Week 05


Homework 005

March 1st, 2009 — 9:42pm

a) (working on paper) make one reasonably complex drawing with one line (one connected line only). this could be a one line signature, or a cursive word, or something else. Then, working on pieces of tracing paper over the drawn line, try to “approximate the line” with a certain number of points, for example, if you were to draw the line using only 10 connected points, what would it look like? I would like you to try “resampling” the line with 20, 15, 10, 5, and 2 points. think about what information is preserved and lost between the resamples.

Signature

Signature

Signature: 2 points

Signature: 2 points

Signature: 5 points

Signature: 10 points

Signature: 15 points

Signature: 20 points

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

b) (working in code) make a drawing tool where you use the distance formula to sum up the length of the line being drawn.  Do this for one stroke only (so earlier code could be useful, or you can limit the gesture to one stroke, etc).  In addition to calculating the total length of a stroke, can you also identify the shortest and longest section (ie, pt 6 -> pt 7) ?  for the mega nerds, can you calculate the mean value (average value) and the std deviation of these section lengths?


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

c) using the stroke / angle / body code we did in class, can you create an interesting drawing tool?  think about how the size of the body of a stroke could be varied.  for example, in the second code example now, fast motion = larger stroke, could you reverse so that slow motion leads to a larger stroke?  Could you draw it in a more interesting way?  think about incorporating media, such as images, into how you draw.  make an elegant stroke machine.

Comment » | Week 05, code, drawing

Homework 005 | Drawing Tool (cont)

February 28th, 2009 — 4:30pm

MUSIC, MOVEMENT & GESTURE

This is the name of the tool I want to create, where music is the starting point of the drawing experience.  An expressive exercise, where the user can change the color of the tool while drawing.

I would like to animate the line in time, while the user keeps drawing.
The music used in this example is “Quiéreme Mucho” by Ibrahim Ferrer.

Comment » | Week 05, code

Back to top