With what programs are game general made with?

With what programs are games general made with? C++, C, other.

Short Q :smiley:

thanx M64

i’d say the mapping-skinning-characters are often done with 3ds-maya and the 3d engine either copied from older games (ie quake engine ) but certainely programmed in C++ with lots of Direct3D-OpenGL programming to it…

off to google “Direct3D-OpenGL”

thanx :smiley:

Models (3d games): XSI, gmax, 3dsmax, Maya
Models (2d games): Graphics Programs (PS, FWMX, ETC.)
Code (3d games): C++ [DirectX, OpenGL]
Compilers (3d games): Borland Compilers, Visual C++
Code (2d games): VisualBasic
Compilers (2d games): VisualBasic

http://msdn.microsoft.com/library/default.asp?url=/downloads/list/directx.asp

lots of directx info - I think the SDK comes with a bunch of samples in C++, C#, and VB. If I find the little sample program I had I’ll post a link. It was either with the SDK or it might be the separate ‘Extras’ download.

a couple more links for ya -
http://www.c-sharpcorner.com/Directx.asp
http://www.kalme.de/main.html