Difference between revisions of "Pat Subyen"

From BioV
Jump to navigation Jump to search
(Assignment 2)
(Assignment 2)
Line 6: Line 6:
  
 
=== Assignment 2 ===
 
=== Assignment 2 ===
 +
 +
A2-01
 +
Using beginShape() and endShape(), create a composition with five or more vertices.
 +
 +
A2-02
 +
Using beginShape() and endShape(), create a composition with ten or more vertices.
 +
 +
A2-03
 +
Create an image different from A2-02, but using the same vertex data.
 +
 +
A2-04
 +
Write a function with one parameter and demonstrate it visually.
 +
 +
A2-05
 +
Write a function for drawing triangles and visually demonstrate its flexibility.
 +
 +
A2-06
 +
Write a function with three or more parameters and visually demonstrate its flexibility.
 +
 +
A2-07
 +
Create a dynamic animation using the cos() function as a generator for motion.
 +
 +
A2-08
 +
Create a dynamic animation using the cos() and sin() function as a generator for motion.
 +
 +
A2-09
 +
Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion.
 +
 +
A2-10
 +
Create an event that begins when the mouse is pressed and ends when the mouse is released.
 +
 +
A2-11
 +
Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging.
 +
 +
A2-12
 +
Create a button that changes the color of the background when it is clicked.
 +
 +
A2-13
 +
Program your moving elements from A2-09 but use classes to represent the two visual elements.
  
 
*[http://www.sfu.ca/~psubyen/IAT800/ Assignment A2_01-13]
 
*[http://www.sfu.ca/~psubyen/IAT800/ Assignment A2_01-13]

Revision as of 09:10, 6 October 2009

Assignments

Assignments 1

Assignment 2

A2-01 Using beginShape() and endShape(), create a composition with five or more vertices.

A2-02 Using beginShape() and endShape(), create a composition with ten or more vertices.

A2-03 Create an image different from A2-02, but using the same vertex data.

A2-04 Write a function with one parameter and demonstrate it visually.

A2-05 Write a function for drawing triangles and visually demonstrate its flexibility.

A2-06 Write a function with three or more parameters and visually demonstrate its flexibility.

A2-07 Create a dynamic animation using the cos() function as a generator for motion.

A2-08 Create a dynamic animation using the cos() and sin() function as a generator for motion.

A2-09 Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion.

A2-10 Create an event that begins when the mouse is pressed and ends when the mouse is released.

A2-11 Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging.

A2-12 Create a button that changes the color of the background when it is clicked.

A2-13 Program your moving elements from A2-09 but use classes to represent the two visual elements.

Assignment 3

Assignment 4

Assignment 5

Assignment 6

Projects

Project 1

Project1--Clock BarChart Clock &"RotoReliefs Clock"

Project 2

Project 3

Project 4

Project 5

Project 6