Advertisement

[C#]good directx tutorials?

Started by March 10, 2003 03:33 PM
5 comments, last by com 21 years, 8 months ago
Can anyone recommend some good C# and Directx tutorials? I cant stand working from the samples, it doesnt feel like my code and i cant seem to learn anything from the samples.
C#? If you are familiar with C# I would suggest spending some time learning C/C++ 6...Stay away from the .NET framework...It is not so much a gaming platform but a business platform...It is slow very slow...


First off I really have not seen anything on using directX...The .NET framework has GDI+ and that seems to be similar but slower...but, if you are interested I found a few articles that may help you out
http://www.c-sharpcorner.com/2/gdi_plus.asp
http://www.c-sharpcorner.com/2/WorkingWithBrushesMCB.asp
a couple example games
http://www.c-sharpcorner.com/Code/2002/Sept/Asteroids.asp
http://www.c-sharpcorner.com/Code/2002/Feb/CSharpTetrisAMc.asp


[edited by - taZman on March 11, 2003 7:26:02 AM]
Advertisement
Hi there i have found a tutorial on directdraw. although it contains some bugs(just like my english) it was most helpful.
if you have some errors just look at the code you can download at the end of each chapter.

this is the URL.
http://www.kuhnstall.de/tutorials/dx9sharp1.html

hope this helps,

Cu
thx..oh ye tazman i was coding in c++ for 1 and a half year and made the switch because of c# ease.
quote: Original post by taZman
It is slow very slow...

No it isn''t.
quote:
First off I really have not seen anything on using directX

Then you really have no business posting in this thread.



"If there is a God, he is a malign thug."
-- Mark Twain
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Really, the C# examples included in the DirectX9 SDK are very simple. I also dislike just looking over other people''s code, but I found the samples very easy to understand (even with no prior C# or DirectX experience). Just use the DirectX9 Sample Browser (which should have been installed with the SDK) to find them. I haven''t really looked at anything besides the D3D stuff, to be honest, though. I hope that helps.

artful_lasagna
Advertisement
quote: No it isn''t.
I second that!

Anyway, go here

:::: [ Triple Buffer V2.0 ] ::::
[size=2]aliak.net

This topic is closed to new replies.

Advertisement