|
-
Nov 15th, 2001, 05:01 PM
#1
Thread Starter
Junior Member
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!
-
Nov 15th, 2001, 05:18 PM
#2
transcendental analytic
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.
-
Nov 15th, 2001, 05:30 PM
#3
Hyperactive Member
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++
-
Nov 15th, 2001, 08:32 PM
#4
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.
-
Nov 16th, 2001, 09:12 AM
#5
Thread Starter
Junior Member
Function-based? What does that mean?
-
Nov 16th, 2001, 09:30 AM
#6
New Member
Uses basic C functions instead of classes like C++.
-
Nov 16th, 2001, 02:48 PM
#7
Right. You do all of your darwing using regular functions, instead of classes.
Z.
-
Nov 16th, 2001, 05:05 PM
#8
Thread Starter
Junior Member
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).
-
Nov 16th, 2001, 06:07 PM
#9
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.
-
Nov 18th, 2001, 10:07 AM
#10
Thread Starter
Junior Member
OK thank's for the tip. I'll check the C++ forums.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|