Friday, 6 May 2011

The chosen programming term

Variable

Well, it actually did not take me too long to choose that one from the given terms. Basically, i think variable was somethings that i had to deal with in every program that i wrote. And it was one of the first thing to be learned when studying about programing. It makes programming way easier if being used properly. That's why variable became one of the most powerful and useful term in programming. It allows programmers to make more flexible program

So what is variable in programming?

Easy definition for easy understanding variable :

A symbol or name that stands for a value.


Every variable has a name, called the variable name, and a data type.

For example:
Lets call x =200 , y =200 so

x+y will be 400 , obviously

if we change x =100, y = 500 then x+y will not be 400 anymore but 600.

So x and y are variables. They are not constant because we can change the value of them. Therfore the sum of x and y will change accordingly.

Visualize the term variable: A box that hold things inside it.

Project 3

-----------------------------------------------------------------------------------------------------------------

Sunday, 1 May 2011

From WIP to Final

Finally, the work on this current project has come to its end.

There is actually not much difference between the WIP and the Final. Frankly, there was only one change: reducing the "flashing effect" of the lines which i found quite annoying after playing again and again for 20 times.

That change was a success in my own opinion. It prevented too much thing happening at the same time on the screen which sometimes up set the viewer's eyes.

Here's the link to the Final: http://www.openprocessing.org/visuals/?visualID=27815

Link to the early stage work and the variation of the final product :

http://www.openprocessing.org/visuals/?visualID=27814 - Variation


http://www.openprocessing.org/visuals/?visualID=27813 - Early stage

And screenshots of different stages of work :