Can u use DirectX in C#?
- Thanks, Daniel
Also, what is the best language to program games in? and can u use C# in Linux?
Answers
hoverX
On 2006-08-12 23:08:55
Yes you can use Direct X in C#.
Here is a pretty good book explaining how:
http://www.chapters.indigo.ca/books/item/books-978159059319/1590593197/Beginning+net+Game+Programming+In+C?ref=Search+Books%3a+'game+programming+c%23'
c++ is still the preferred language for programming games.
you can use c# in linux using something called MONO:
http://www.mono-project.com/Main_Page
hayral
On 2006-08-13 02:53:40
Yes, you can. You should download DirectX 9 SDK which has managed extensions. Once installed you can add reference you DirectX .Net DLLs and use Microsoft.DirectX name space.
Loren Soth
Answers
hoverX
On 2006-08-12 23:08:55
hayral
On 2006-08-13 02:53:40