Difference between revisions of "Pat Subyen"

From BioV
Jump to navigation Jump to search
(Assignment 2)
(Project 3)
 
(65 intermediate revisions by the same user not shown)
Line 6: Line 6:
  
 
=== Assignment 2 ===
 
=== Assignment 2 ===
*[http://www.sfu.ca/~psubyen/IAT800/ Assignment A2_01-13]
+
*[http://www.sfu.ca/~psubyen/IAT800/ Assignment A2_01-14]
  
A2-01
+
=== Assignment 3 ===
Using beginShape() and endShape(), create a composition with five or more vertices.
 
  
A2-02
+
*[http://www.sfu.ca/~psubyen/IAT800/ Assignment A3_01/A3_02]
Using beginShape() and endShape(), create a composition with ten or more vertices.
+
 
 +
[A3_01] Demonstrate your new class by drawing
 +
an image with several different block sizes.
 +
 
 +
[A3_02] Write a small app that demonstrates kinetic text.
 +
Your app should allow the user to type something and move
 +
the text around in some way while they type.
 +
 
 +
=== Assignment 4 ===
 +
Widgets :
  
A2-03
+
[http://www.sfu.ca/~psubyen/IAT800/sketches/ASSIGN4_1/applet/  Assignment A4]
Create an image different from A2-02, but using the same vertex data.
 
  
A2-04
+
==Projects ==
Write a function with one parameter and demonstrate it visually.
 
  
A2-05
+
=== Project 1 ===
Write a function for drawing triangles and visually demonstrate its flexibility.
+
[http://www.sfu.ca/~psubyen/IAT800/ Project1--Clock BarChart Clock &"RotoReliefs Clock"]
  
A2-06
+
=== Project 2 ===
Write a function with three or more parameters and visually demonstrate its flexibility.
+
Create your own drawing tool, emphasizing algorithmic generation/modification/manipulation.
 +
Explore the balance of control between the tool and the person using the tool. The tool should do
 +
something different when moving vs. dragging (moving with the mouse button down).
 +
The code for your tool should use at least one class.
  
A2-07
+
[http://www.sfu.ca/~psubyen/IAT800/ Project2 (Part II -Final)]
Create a dynamic animation using the cos() function as a generator for motion.
 
  
A2-08
+
Part I
Create a dynamic animation using the cos() and sin() function as a generator for motion.
 
  
A2-09
+
I'd like to create simple drawing tool. User can draw a primitive shape ,for example rectangle, ellipse, triangle and etc.
Move two visual elements across the screen using the random() function as a generator of movement. Give each element a unique nonlinear motion.
+
Moreover, I'd like to add some special brushes that
 +
response to mouse dragged and mouse pressed. Also, user can change colors, brush size, stroke weight, clear screen and save image.
  
A2-10
+
[http://www.sfu.ca/~psubyen/drawingTool_draft.jpg Drawing Tool Interface Layout (image)]
Create an event that begins when the mouse is pressed and ends when the mouse is released.
 
  
A2-11
+
=== Project 3 ===
Create a responsive image that behaves differently when the mouse is moving and the mouse is dragging.
+
[http://www.sfu.ca/~psubyen/IAT800/applet  Project3 (Part II -Final)]
  
A2-12
+
Final Project (Part I)
Create a button that changes the color of the background when it is clicked.
 
  
A2-13
+
Project:
Program your moving elements from A2-09 but use classes to represent the two visual elements.
 
  
=== Assignment 3 ===
+
Autonomous Agent [Steering Behavior Models] Demo Program.
=== Assignment 4 ===
+
 
=== Assignment 5 ===
+
I would like to create an autonomous agent that has an ability to navigate around their world based on
=== Assignment 6 ===
+
steering behaviors model. My idea is inspired by steering behaviors  from Craig Reynolds research paper and autonomous steering behaviors processing code by Daniel Shiffman.
 +
 
 +
The goal of this demo program is to demonstrate variety of agent behaviors.
 +
For example,   
 +
seek and flee, pursue and evade, wander, obstacle avoidance, path following, flow field following
  
==Projects ==
+
I also want to add some controller that allow user to change agent or behavior properties.
  
=== Project 1 ===
+
'''Sample Properties,'''
[http://www.sfu.ca/~psubyen/IAT800/ Project1--Clock BarChart Clock &"RotoReliefs Clock"]
 
  
=== Project 2 ===
+
Number, Size, Color, Force, Speed, wander distance, wander radius , path generator and etc.
  
=== Project 3 ===
+
Working Schedule
=== Project 4 ===
+
17 -23 Nov = Interface Setup, Testing on coding each behavior models separately,
=== Project 5 ===
+
Final summarize to Agent behavior and properties.
=== Project 6 ===
 

Latest revision as of 18:46, 10 December 2009

Assignments

Assignments 1

Assignment 2

Assignment 3

[A3_01] Demonstrate your new class by drawing an image with several different block sizes.

[A3_02] Write a small app that demonstrates kinetic text. Your app should allow the user to type something and move the text around in some way while they type.

Assignment 4

Widgets :

Assignment A4

Projects

Project 1

Project1--Clock BarChart Clock &"RotoReliefs Clock"

Project 2

Create your own drawing tool, emphasizing algorithmic generation/modification/manipulation. Explore the balance of control between the tool and the person using the tool. The tool should do something different when moving vs. dragging (moving with the mouse button down). The code for your tool should use at least one class.

Project2 (Part II -Final)

Part I

I'd like to create simple drawing tool. User can draw a primitive shape ,for example rectangle, ellipse, triangle and etc. Moreover, I'd like to add some special brushes that response to mouse dragged and mouse pressed. Also, user can change colors, brush size, stroke weight, clear screen and save image.

Drawing Tool Interface Layout (image)

Project 3

Project3 (Part II -Final)

Final Project (Part I)

Project:

Autonomous Agent [Steering Behavior Models] Demo Program.

I would like to create an autonomous agent that has an ability to navigate around their world based on steering behaviors model. My idea is inspired by steering behaviors from Craig Reynolds research paper and autonomous steering behaviors processing code by Daniel Shiffman.

The goal of this demo program is to demonstrate variety of agent behaviors. For example, seek and flee, pursue and evade, wander, obstacle avoidance, path following, flow field following

I also want to add some controller that allow user to change agent or behavior properties.

Sample Properties,

Number, Size, Color, Force, Speed, wander distance, wander radius , path generator and etc.

Working Schedule 17 -23 Nov = Interface Setup, Testing on coding each behavior models separately, Final summarize to Agent behavior and properties.