Showing posts with label Narsil-96440702. Show all posts
Showing posts with label Narsil-96440702. Show all posts

Monday, January 4, 2010

Course review

Interactive Media, this course is a very interesting course for me. We use the "Processing” and write the processing code. The processing is a very interesting program, we can control the shape or a picture change or let it become different type we need, the course really have variety. We star the processing the code from the easy one, we use the processing code to create a shape or line on the processing, than we star to make the shape or the line star to make some change on it, we can set the Processing code, and to using the mouse or the keyboard to control it. In the homework, we make a little painter by processing, I think it is the great homework that I done in this course, it is really a great one, I love it. After the exam, we star to used the arduino to connect with the Processing code that we have done before. The arduino is more interesting than Processing, it use the arduino code to connect with the exterior media. We connect the LED light bulb and the speaker, we use the button to control the LED light bulb and we make a little piano buy using the speaker and the button, and we also have to do the electric wire dispose. In our final project we combiny our first homework project with arduino and processing code, we design the button to control the game star and stop, it is not so diffcult for us, but it is a new challenge. The course is very good, professor will assign the homework in each class, I think it is really a good way to check what we learn in the class, I thing I really learn from this course. and I thing we will use these skill in the future.

Monday, December 14, 2009

Monday, October 26, 2009

Monday, September 28, 2009

Monday, September 21, 2009

HW2 - Narsil - 96440702





size(800,600);background(255,100,80);noStroke();smooth();for (int y = 100; y<= 600; y += 200){for (int x = 100; x <= 800; x +=200) {fill(255,5,62);ellipse(x,y,200,200);fill(70,145,62);ellipse(x,y,100,100);fill(34,245,47);ellipse(x,y,50,50);}}



This work is more difficult than the first class that we do, but it also interesting. This time we wright the function code like c++ we learn before, so it is a big challenge for me, because I am not so good about the programming. The most difficult part is how to find the distance between each circle I think.


Monday, September 14, 2009

HW1 - Narsil - 96440702






This is a new class, and we use the processing do the geometric figure, it's fun, but my picture was too complicate that I can't finish it, so I change my picture and I also think the most interest part is the RGB code and using the code to make triangle or square, that is a new and fun experience for me.
Processing is very interesting I think, I hope that I can learn more and more skill about processing in this class.