0
Which programing language are best for making games?
3 Respostas
+ 3
Since C++ is a high-level language that will teach you the basics of object-oriented programming, it's a good idea to learn it. It's also the language used to build most big console and Windows games.
C++ is complemented by C in these games, and assembly languages for creating low-level engine modules.
Scripts like Python, Lua, UnrealScript, or some in-house scripts will thread through the code. Plus, shader code for graphics uses OpenGL, or a similar framework.
It's benefits include:
It's fast
The compilers and optimizers are solid
You get a lot of control over memory management.
It has extensive libraries, which come in handy for designing and powering complex graphics.
- 1
Simply and directly answer is C++, Python, C#, java