Will C++ still be the game language in 5-6 years?
|
|
|||||||||||||||||||||
|
closed as subjective and argumentative by paxdiablo, Dav, Michael Todd, James Black, OMG Ponies Oct 29 at 5:12 |
|
|
It depends on the types of games. For example, as Javascript gets faster, and we get Canvas3D then you may see more games written in this language, so it will run on any OS. If functional programming is a better way to model your simulation then you may use that, instead. But, this assumes that the tools will support these other languages. If Maya, for example, doesn't support Javascript, and I need to create the models and textures by hand, then that would obviously be bad. So, the answer is, whichever language is best, that is supported by the tools. |
||
|
|
|
|
Of cource..... not much options for c++, May be python but still it can't match c++ performance |
||
|
|
|
|
I would say Yes for areas of games requiring the most performance. Even if it isn't there will be a lot of existing code and libraries written in C++ that you will need to understand. |
||
|
|
|
|
If you categorise your game platform, 1. PC games: c++ with directX is good You can explore also surface computing for future locking as for gaming multitouch platforms are nice interfaces. 2. Web games: flash is good |
||
|
|
