Home » questions » C# and DirectX?

C# and DirectX?

2006-08-12 22:53:19, Category: Programming & Design
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

  1. 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
  2. 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