[try Beta version]
Not logged in

 
Learning GUI

Oct 17, 2010 at 10:06am
Hi! I have just started learning C++ and we have been assigned a project of making the game 'bloxorz'. But we all are hardly acquainted with working with GUI. We dont have much time (1 week). So, please suggest some short tutorials on GUI which will be sufficient for this work.

Thankx in advance....
Oct 17, 2010 at 10:17am
Firstly, if you have just started learn C++, you can't write some serious programs like games right now.
But about GUI. Do you mean game's GUI (like menu) or Windows GUI?
Oct 17, 2010 at 8:43pm
Well, we know all the ingredients for attaching structures, files and pointers. Would we need to know more?

I am talking about graphics similar to www.bloxorzgame.com, i dont know in which category would that come. We could adjust even with 2D graphics. No menus are required, its a pretty straightforward job.
An execution and the game starts.
Oct 18, 2010 at 6:19am
Haaf's Game Engine.
http://hge.relishgames.com/doc/index.html
simple 2d engine with tutorials.
If that's not you are finding, write to me in igor.burbygin@gmail.com and we will discuss this problem.
Oct 19, 2010 at 12:04pm
Here's a tutorial, http://lazyfoo.net/SDL_tutorials/index.php

I think you can do it in a week, basically what I had it mind is to render it in 2d. But giving a 3d feel by using a 3d like image..

good luck!! :)
Topic archived. No new replies allowed.