[C#]good directx tutorials?
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]
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]
March 13, 2003 12:52 AM
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
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
artful_lasagna
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement