Results 1 to 2 of 2

Thread: DirectX Programming...

  1. #1
    Junior Member
    Join Date
    Nov 2002
    Posts
    1

    DirectX Programming...

    Hello,

    Does any have any links to DirectX tutorials or know any good (fairly uptodate) books that
    focus on directx programming (in conjunction with c++ of course)?




    ----Also, is there a standard windows api lib out there for creating win32 GUIs without using visual c++? I found one on google, but it seemed rather dated. Anyone recommend using the java api for GUIs?----

    Thankyou.

  2. #2
    Senior Member cwk9's Avatar
    Join Date
    Feb 2002
    Posts
    1,207
    Here's some links to get you started

    First thing you need is the directX software development kit you can find it here along with a bunch of other helpful stuff.
    http://msdn.microsoft.com/library/de...entid=28000410

    The next thing you need is a wrapper to work with the directX SDK. You could even make one you self if you’re up to the task but there are lots of good ones all ready made for you. CDX is a great wrapper for directX when it comes to small 2d applications great for people with weak c++ skills like me.
    http://cdx.sourceforge.net/main.htm

    Just a site with some links on it to wrappers and such.
    http://www.3dlinks.com/3dprogramming_directx.cfm
    Its not software piracy. I’m just making multiple off site backups.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •