Looking for DirectX 9 Managed C# Tutorials

kleptos

Freshman
Joined
Jul 16, 2003
Messages
47
Location
Boca Raton, FL
I have seen a bunch of directx 9 managed tutorials using VB.NET, and even though i can spend time trying to recode it into C#, its kind of hard when your still learning. Has anyone seen some basic tutorials for directx 9 using C#? I am a dead beginner in the world of directx and would love to start learning and getting into the mode of directx.
 
The SDK contains a wealth of knowledge, including many small tutorial type projects. For Direct3D there are even 6 actual tutorials (though I didn't see any step-by-step, the code is documented thoroughly).

Check out the samples folder at:
C:\DXSDK\Samples\C#\

-Ner
 
Back
Top