Sunday, November 1, 2009

HW5-01-95160111 -- Peggy( Image Browsing Application)

HW5-01

http://icac.no-ip.org/Peggy/HW5-1peggy/

(a)01.jpg















(b)02.jpg
















(c)03.jpg















In this week, I have to finish image Browsing system. "frameRate(1);" it let the picture speed change and the the picture work get smoothly.Besides, the draw function i put

front=front+1;
back=back+1;
if(front>20)
front=1;
if(back>20)
back=1;

imgFront = loadImage(front+ "f.jpg");
imgBack = loadImage(back+ "b.jpg");

Let pictures from my classmate to do can move one by one. Until now, I feel the exercise becomes more challenging,I hope I can get better and learn more in the future.

HW4-95160111 -- Peggy (Text & Image)

HW4-01














In this homework, I finished to draw and save a file with Processing. This week I am knowing more detail about the setup function and the draw function. During this work i have more bugs, and my partner help me a lot and teach me more ways to solve the problem.

This is create PFont and load font:

font = loadFont("TheSans-Plain-12.vlw");
textFont(font);
textSize(12);
fill(225); rect(300, 0, 50, 50); fill(0); text("size 5", 305, 25);

save content of drawing board: save("draw.jpg");

HW3- 95160111 -- Peggy ( Interaction with mouse)

HW3-01


















http://icac.no-ip.org/peggy/hw3-1peggy/applet/


HW3-02















Last cheaper to know how to use the basic function.
Then now i learn more how to use PmouseX, PmouseY and the buttons.
So interest about let the picture move and make like amimation.
And the HW03-2 is like the print board create the now function "save".
It is get more harder and harder as me but it get more interest :)

homework 5



http://ss24.mcu.edu.tw/~s6470035/rengawk%204/







for this activity i found it kind of difficult as i have to deal with a lot of things such as images, the random function. the problem that i came across this activity is the positioning of the button box which at some points wont make my program work.

Tuesday, October 27, 2009

Homework 7

hw2-Repetition

This is the result of my homework number 2. In this homework I learn to simulate repetition. In doing it I learned about setup(), draw(), and noLoop() functions.
Below is the link to my code.

Monday, October 26, 2009