Friday, July 31, 2009

Game Programming C++?

I've been deeply researching into game programming. I've started this past summer trying to find a programming language and it wasn't till recently that I started to get into C++. I followed Wrath lands text rpg tutorials and created my own rpg, but was wondering how to get a game in c++ that is action not text, but using input keys like arrow keys. Even if you can how to use bitmap pictures and the coding for those... I don't want you to start listing the codes, but any websites or books that you would recommend.

Game Programming C++?
I'm currently working on my bachelor's degree in game software development, so I know what I'm talking about.





Both of the above guys make valid points. DirectX and OpenGL are good ones to learn. Learn both, and you'll make yourself that much more marketable.





DirectX isn't a huge headache, it just takes getting used to working with the additional classes and whatnot, in C++ language.
Reply:The SDL library is a wrapper for DirectX. It has lots of fine functions for loading things like PNG bitmap pictures -- with alpha channel for masking -- very useful for games.





See the link.
Reply:You shoud look into the DirectX SDK , its all about working with direct x and all the things it can do Direct3d for graphics and directinput for getting input to your program...
Reply:Well you will need to download the library files for a game engine and graphic engine. As far a graphics go I would suggest learning OpenGL. Yes it is old but there are many many sites out there that have tutorials on code and games for OpenGL. That is a way to get your foot in the door. Dont start with Directx programming. its a headache.


No comments:

Post a Comment