44
votes
25answers
4k views
Learning game programming
Edit: For anyone reading this now, I started a blog about my endeavor to learn game programming - you'll find it at learning-game-programming.com, I'm trying to post about things that are useful for …
19
votes
4answers
927 views
Best practices for Alt-Tab support in a DirectX app?
When writing DirectX applications, obviously it's desirable to support the user suspending the application via Alt-Tab in a way that's fast and error-free. What is the best set of practices for …
12
votes
25answers
2k views
Suggested gaming platform to learn - Direct X (C++), Open GL or XNA
My nephew is an aspiring game developer. I have taught him a bit of C/C++, and suggested he learn that for a start.
Once he has come to grips with that, which game/graphics API's do people suggest he …
9
votes
7answers
500 views
Want to learn to write 2d games
Hey stackoverflow Community!
I learned the basics of C# (i can write some Form-Applications) and now I want to learn how to write 2d games. I don't know where to start.
Is there a engine that's good …
9
votes
8answers
2k views
OpenGL still better than Direct3D for non-games ?
The standard model has been that OpenGL is for professional apps (CAD) and Direct3D is for games.
With the debacle of openGL 3.0, is openGl still the natural choice for technical 3D apps (cad/GIS)?
…
8
votes
6answers
718 views
XNA, direct X , OpenGL
Hi, I have been wanting to give game programming ago for a long while and never got round to it, and i have finally decided to give it ago. I have decided to try and create a simple to 2D platform …
7
votes
10answers
445 views
C++ as first language for Windows game programming?
I'm a hobbyist programmer with a fair grasp of Python and I'm currently learning C. Recently I was talking to a colleague who also wants to learn to program. In his case, he wants to learn C++ as a …
7
votes
5answers
1k views
What are some good resources on 2D game engine design?
Hi all,
I'm messing around with 2D game development using C++ and DirectX in my spare time. I'm finding that the enterprisey problem domain modeling approach doesn't help as much as I'd like ;)
I'm …
6
votes
4answers
431 views
OpenGL V DirectX (the endless war)
Hi there,
I'm trying to work out whether to learn DirectX or to continue on with OpenGL...
I dev mainly games, and I know enough of OGL to get by, nothing more. I know that DirectX and D3D are …
6
votes
3answers
600 views
How do I get input from an XBox 360 controller?
I'm writing a program that needs to take input from an XBox 360 controller. The input will then be sent wirelessly to an RC Helicopter that I am building.
So far, I've learned that this can be done …
6
votes
5answers
2k views
Comparison between XNA and DirectX (C#)
In terms of PC development (excluding Xbox and Zune),
What is the difference between XNA and C# DirectX? Does C# DirectX have a significant advantage over XNA (in terms of speed, royalties, etc)?
…
6
votes
1answer
835 views
Most Common 3D Model Format?
It's been about two years since I last developed games, and I am interested in starting a new project. What is the most common open-source 3D model format?
I am looking for a format that would …
6
votes
4answers
1k views
Why Direct3D application performs better in full screen mode?
The performance of a Direct3D application seems to be significantly better in full screen mode compared to windowed mode. What are the technical reasons behind this?
I guess it has something to do …
6
votes
4answers
359 views
What are some good DirectX resources for a beginner?
Hi all,
I'm learning DirectX as part of a hobby project. I've been looking for some good online resources for DirectX9 (using C++, if that distinction matters), but haven't found anything that's a) …
5
votes
6answers
337 views
Learning DirectX
I want to learn to do some DirectX 9 and 10 programming in C++. Could anyone suggest me some good books to start with for a beginner in DirectX and at the same time, some reference books for DirectX 9 …
