Results 1 to 10 of 10

Thread: 3D in C?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Location
    Gränna, Sweden
    Posts
    23

    3D in C?

    Sorry 'bout a C post here, but I don't know of any other place.
    Is there a D3D or OpenGL SDK availiable? If so, where?
    Thank you!
    Bye

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Nope, only for C++ and VB, can be found on Microsoft's ftp
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  3. #3
    Hyperactive Member dflw's Avatar
    Join Date
    Apr 2001
    Location
    ct, usa
    Posts
    412
    well if you want the C++ or vb SDK u can get it at the www.microsoft.com download center.
    Visual Basic 6, HTML, JavaScript, learning C++

  4. #4
    Zaei
    Guest
    You can use OpenGL in C, as it is function based, as opposed to DirectX's Object Oriented base. I dont know where you can get the header files, but you might try http://www.opengl.org (i believe).

    Z.

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Location
    Gränna, Sweden
    Posts
    23
    Function-based? What does that mean?
    Bye

  6. #6
    New Member
    Join Date
    Nov 2001
    Location
    Ohio
    Posts
    7
    Uses basic C functions instead of classes like C++.

  7. #7
    Zaei
    Guest
    Right. You do all of your darwing using regular functions, instead of classes.

    Z.

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Location
    Gränna, Sweden
    Posts
    23
    Thank you.
    I'm quite new to 3D programming and an (almost) complete newbie in C. But I'll start at the begginning and continue way past the end. I'll probably be back here with results (if that doesn't annoy anyone).
    Bye

  9. #9
    Zaei
    Guest
    If you are new to C, you should probably consider switching to C++ instead. It will take you much further, and is (in my opinion) much easier to program in. Take a look in the C++ forums, and perhaps post a thread to get those people's opinions as well.

    Z.

  10. #10

    Thread Starter
    Junior Member
    Join Date
    Oct 2001
    Location
    Gränna, Sweden
    Posts
    23
    OK thank's for the tip. I'll check the C++ forums.
    Bye

Posting Permissions

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



Click Here to Expand Forum to Full Width