Difference between revisions of "Pat Subyen"
Jump to navigation
Jump to search
(→Project 2) |
(→Project 2) |
||
Line 23: | Line 23: | ||
something different when moving vs. dragging (moving with the mouse button down). | something different when moving vs. dragging (moving with the mouse button down). | ||
The code for your tool should use at least one class. | The code for your tool should use at least one class. | ||
− | |||
[http://www.sfu.ca/~psubyen/IAT800/ Project2 (Part II -Final)] | [http://www.sfu.ca/~psubyen/IAT800/ Project2 (Part II -Final)] |
Revision as of 22:49, 22 October 2009
Contents
Assignments
Assignments 1
Assignment 2
Assignment 3
Assignment 4
Assignment 5
Assignment 6
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.
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)