I’m searching for a 2D or 3D programming language (thats working with both Linux and Windows). I’ve tried Tao Framework, and GTK+ openGL, but both doesn’t have many examples.
Anyone know one ??
I’m searching for a 2D or 3D programming language (thats working with both Linux
Share
Most of the commercial AAA games you can see are coded in C/C++, using OpenGL or DirectX to render to screen. Note that DirectX only works on Windows (and Xbox). However, to get started, I’d recommend something easier such as the SDL.
There’s heated debate about Java being suitable for games, and I won’t get into it: as this language is often deemed easier than C++ to grasp, you might want to give it a try, along with JavaGL if you are into oriented object programmation.