Forum: C# Sep 8th, 2008 |
| Replies: 1 Views: 1,442 I know that 3D games have the advantage of being able to transfer graphics processing onto the graphics card. Does anyone know if 2D graphics can also be handled by the graphics card (hardware... |
Forum: C# Sep 7th, 2008 |
| Replies: 6 Views: 1,751 Yea, the links are broken.
You can still go to these articles by typing the name of the article, ie:
beginning game development: part (#)
with (#) being the number of the tutorial,
into... |
Forum: C# Sep 7th, 2008 |
| Replies: 6 Views: 1,751 I got it to work!
It turns out that at the end of Part I (Introduction) of the tutorial and at the beginning of Part II of the tutorial, it says that it's necessary to comment out a bunch of code... |
Forum: C# Sep 7th, 2008 |
| Replies: 6 Views: 1,751 I've installed several different SDKs. Actually, I got the dxmutmisc.cs class from a June 2005 SDK (it's not in the newer ones). I think that either I have to add some more files (not sure exactly... |
Forum: C# Sep 7th, 2008 |
| Replies: 6 Views: 1,751 Hi, this is my first post on this forum.
I am attempting to learn how to work with DirectX and make a game (Visual Studio 2005, C#). I found an extensive tutorial on DirectX games, but I can't... |