+ 2
Which one is the best Programming Language for development of large 3d Games?
The top language to work with game engines as well as easy to work with.
3 ответов
+ 7
This type of game requires a language that can be compiled to native machine code to perform quickly. C++ is the most often used choice. However, you can pick any other that provides both the library support and speed your game requires. I'd use Kotlin once it's native mode libraries are more complete because it eliminates the runtime problems C++ lets you create.
+ 1
If i'll just mention 1 language it will be c++
+ 1
c++