Archive for December, 2008

h1

Pixel Art !!!

December 28, 2008
pixel-art-tut-sample1

pixel-art-tut-sample1

Well this is my first step to pixel art . Derek Yu tut was really good !!! but really i am missing a good monitor and a tablet .

sources

Derek Yu

h1

Lets play with Game Maker

December 23, 2008
my first game

my first game

Just downloaded GameMaker to try my hand on it . Really very impressive . It took me just 15 min or less to make my first game ( from its tut section) in GameMaker .

Edit : 25 Dec

Ha haa .. here i am back again !!!! with a second game from its tut section . take a look at the below screenshot which i have coded myself 🙂

second game with gamemaker

second game with gamemaker

Woola the tut are so well written that with any problem i worked without any ref . But yes with Game Maker is becomes to easy to develop a nice home grown 2d Game without much hoss and foss .

sources

yoyogames

yoyogames.com : gamemaker

h1

Draw Draw !!!

December 21, 2008

lady-drawingJust trying to improve my drawing skills . Not so bad as i was trying after a long time :) . Hmm .. need to get a scanner or most probably a good camera so as to bring my drawing into pc for coloring etc. However need to change my monitor first as it is display wrong colors !!! . LOL

h1

Packman !!!

December 20, 2008

packman

Was going through Inkspace and found a intresting tut abt packman so cannot stop myself from doing it .

sources

nicku packman tut

h1

wxWidgets !!!

December 14, 2008

Just wanna try my hand on wxWidgets toolkit so as get refresh my GUI programming course and also i would be easier for me to use in my future projects.

Before we get started with wxWIdgets u need to get ur IDE and compiler ready . For IDE i would be using code block . This the first time that i would be working on Code Blocks . One thing that i would like to mention over here is that code blocks itself is developed in wxWidgets and is cross platform that make it really very interesting to work with it . Download the Code Blocks win binary release 8.02 without out the compiler ( i would be installing mingw seperately so that i can share the same with other IDE’s ). Now after selecting the IDE next step is see which compiler you would be using . I prefer  mingw compiler and downloaded 5.1.4 from the ming site. During the course of installation make sure that u select the c++ compiler during custom installation . After installing the above u can proceed with to install the wxwidget toolkit (current stable release 2.8.9 win installer). Make sure that u first install the ming compiler package which should be in c:\ so that Code Block can auto detect the GCC compiler suite ) which u can install in any destination u desire .

Ok now the important part : before u can create u first application with wxWidgets u need to compile the liab first . Compliation will make around 10 min to compile but important things over here is the make option that u would be using since that will have a effect on how u would be configuring the CodeBlock to use wxWidgets Liab.

Anyway everything went smooth and below is the pic of my first app created with wxWidgets .

wxwidgets-notepad

Just a simple notepad !!! but useful . Anyway there is lot more things to cover before i could use wxWidgets functionally however this simple app marks my very first step towards GUI Programming with wxWidgets .

source:

wxWidgets ( Main Site )

wxWidgets Part 1

wxWidgets Part 2

wxWidgets Part 3

code blocks IDE

Mingw Compiler ( Minimal GNU for windows )

h1

Never Give Up !!!

December 13, 2008

Watch

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 !!!

h1

GUI Programming

December 13, 2008

I 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 :

list of GUI Lib’s