Search:

Type: Posts; User: AndrewHunter

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    6,518

    DirectX is actually an OS dependent API. It is...

    DirectX is actually an OS dependent API. It is made by microsoft and works on microsoft compatible platforms, e.g. XBOX360, windows, ect. You may want to stick with learning C++ and once you have the...
  2. Replies
    9
    Views
    6,518

    As I said before, game programming and hardware...

    As I said before, game programming and hardware access are two seperate things. DirectX isn't a language, it provides an interface for graphics, input, output, sound, ect. This is what you will be...
  3. Replies
    9
    Views
    6,518

    These are two seperate things: (1)Manipulating...

    These are two seperate things: (1)Manipulating hardware and (2) Game programming.

    (1) Accessing Hardware. This is OS specific, assuming you are using windows - based on your post - you would want...
Results 1 to 3 of 3