AMY&PINK

Co-taught by Zach Lieberman and Taeyoon Choi.

_______________________________________________________________________________________________________

 

 

Category: Week 02


Homework 002

February 8th, 2009 — 6:27pm

a) Given the code examples, create 2 different drawing tools as input.

DRAWING TOOL #1

With the information of the cursor, I created lines to create a stroke.  I wanted to recreate gesture, texture and randomness.

DRAWING TOOL #2

This tool is candy eye! A little experiment with random colors, random opacity and different sizes of circles.

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

b) Take some time and think about what kinds of information you can capture in a gesture.

Lines with pencil
  • Sequence of points
  • Angle
  • Parallel
  • Perpendicular
  • Segment
  • Straight curve
  • Line segment
  • Linear equations
  • Linear functions
  • Two end points
  • Order of points

From MathWorld [link]

Lines interception

Line's interception

The line with x-intercept a and y-intercept b is given by the intercept form

 x/a+y/b=1.
(1)

The line through (x_1,y_1) with slope m is given by the point-slope form

 y-y_1=m(x-x_1).
(2)

The line with y-intercept b and slope m is given by the slope-intercept form

 y=mx+b.
(3)

The line through (x_1,y_1) and (x_2,y_2) is given by the two point form

 y-y_1=(y_2-y_1)/(x_2-x_1)(x-x_1).
(4)

A parametric form is given by

x = x_0+at
(5)
y =

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

c) Use other student’s drawings to process (recreate/remix/whatever) your own drawings. The other person’s drawing can be used as a process of <scale>, <repetition>, <subject matter: this means you take the drawings subject matter, but draw completely new thing>, <interpretive: this meas you interpret the style of the other persons drawing and redraw>, or much more. Please be as wacky with drawings as you desire, but very clear about which drawings you have sampled and the methods of process.


Comment » | Week 02, code, drawing

Back to top