Game Programming and use of graphics

Asked By 90 points N/A Posted on -
qa-featured

Hello! I just want to know that the games we play on Xbox or PlayStation, which language is used to create these games? I heard that different libraries like Open Graphics Library(OpenGL) are used, but is it used in all the games? I also want to know which programming language would be best for simple and basic games with ordinary graphics?

SHARE
Answered By 0 points N/A #181070

Game Programming and use of graphics

qa-featured

There are many kinds of games is used in the Xbox or Playstation. Every game has many kinds of programming languages. Most of the games are used Open GL because it is faster than DirectX. DirectX is used only by Microsoft Windows. But most of modern OS has used the Open GL library.To make a game you should know many kinds of languages, but if you want to make a simple and basic game you should go for C# or Python. And if you want to make games for android you should go for Java.

Related Questions