• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

C# and DirectX

pcnerd37

Senior member
Im looking into starting some game development and I am looking for recommendations for books or online tutorials for using C# and DirectX for making both 2D and 3D games. I know C# well and have been using it for making regular desktop apps for a while, so im mainly looking for guides for using it to make games with DirectX. I have found one or two, but nothing real spectacular. It seems most of what im looking for is still in C/C++. If you guys could point me in the right direction, I would be very grateful.
 
Thanks for all of the links so far. Im trying to avoid XNA stuff just because it doesnt work with Visual Studio 2005 Pro, which is what I use. It only works with the Visual C# Express Edition. Keep the tutorials coming!
 
I'm holding off on XNA as well, its still new and I think its direction will probably be modified a few times by MS before it becomes mainstream. Though there is a "Pro" version supposed to come out either this year or next, which you will be able to use right in VS 2005
 
Thats good to hear. I wouldnt mind trying XNA, but since it doesnt work with VS2005 Pro, I figured I would start learning the basics and working with with DirectX.
 
VS2005 C# Express can be installed alongside VS2005 Pro. I haven't had any troubles with the two on the same machine.
 
Back
Top