Really very interesting . After viewing this video i did have a mixed feeling ( hmm … reminded me of my good old time spend with my dearest one’s ). Really loved it !!!
Archive for December 13th, 2008

GUI Programming
December 13, 2008I have been waiting for some time to start with my GUI programming course but now finally i can take out some time to start working on it. So before I could start up I need to answer some of the questions that are popping out of my mind right now.
GUI Programming in Game Development / Soft. Development : GUI programming in Game development is not that imp but if u were doing serious Soft. Development then u need to get set ready to dive deep into the cores . For serious soft development u have lot of alternative too or u can choose from various hundred of liab’s . So how to choose which one? Simple answer is: depends on ur need .
Prominent GUI liab/tools are WIN API ,MFC , GTK , QT , wxWidgets , Win forms etc . Working on WNI API is really cumbersome as compared to other but the adv u get is no overhead . But will u use a tool that effect ur productivity?. If we take a look to other GUI liab’s many GUI toolkit are available now which are cross platform , easier and faster to work with ( creating a window in WIN API will take time and around 70-80 lines of code and ur problem does not end here J) .However if u want to understand GUI programming in more deeper terms then get set to dive in WIN API. Rest I leave it on you. Also there are GUI designer available which u can try out . Visual studio already contain GUI designer so as QT .
Anyway first I would be trying my hands on wxWidgets ( hmm I hv already tasted other earlier ) . Long way to go J
sources :
