+ 1
c++ or java for game development?
I figured python isn't the greatest when it comes to game development so I did some research and most recommendations were to go for c# or c++ or java. which one is the most powerful for gaming? or which should I learn?
6 Answers
+ 9
C++
+ 4
It depends of platform. Java is used in mobile platforms, C++ is mostly for desktop. Also C# is used in popular cross-platform Unity engine so it can be useful too. It all depends of your choice, there is no "best" language, all can be used for its own tasks. By the way, Python sometimes used in game development as support language, for example big part of logic in Civilization IV has been coded in Python.
+ 4
C++, in special if your game needs a lot of power to do complex graphics
+ 3
Java is for multiple platforms, which may help reach more users and downloads.
C++ is the fastest and is used a lot.
+ 1
c++. There are tons of resources for it and the unreal engin ifs free to use to start. Eve online is built in stackless python.
0
For game development choose the fastest programming language: C++
It also depend on your game engine. If you use Unity3D you will use C#.