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!
Printable View
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!
Nope, only for C++ and VB, can be found on Microsoft's ftp
well if you want the C++ or vb SDK u can get it at the www.microsoft.com download center.
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.
Function-based? What does that mean?
Uses basic C functions instead of classes like C++.
Right. You do all of your darwing using regular functions, instead of classes.
Z.
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).
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.
OK thank's for the tip. I'll check the C++ forums.