221k views
5 votes
What is the best programing language I should learn for 3d gaming?

User Nick Dong
by
9.0k points

1 Answer

5 votes
You could learn C++ and use the Open GL library. Open GL is a library designed to make 2D and 3D applications. And use another library called Simple and Fast Multimedia Library to create the window itself.

There are multiple tutorials that teach C++ and OpenGL. There are other graphics libraries, but Open GL is the most popular.
User Jasekp
by
7.9k points