Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Common Languages

Status
Not open for further replies.

The

Programmer
Jul 30, 2001
92
CA
What are the languages used to program 3D games, like Quake?
 
I'm not sure about Quake (I think it's C/C++ if I remember correctly) But some of the newer games are written in Visual C++ since it has both OpenGL and Direct3D support
 
Yup, Quake is C++ (And you can even download the source code from a lot of places, if you so desire. I have links... somewhere...)

Most gaming/3d stuff is done in OpenGL/DirectX, as EoF81 points out. The distinction between the two was created by Microsoft (to the chagrin of game devs everywhere) - DirectX is what Microsoft supports for games, OpenGL for CAD and such.

OpenGL isn't designed for multithreading...

I'm rambling. Sorry. Excited... looking at everything through Mandrake Linux right now [noevil] CoolNameDenied
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top