Game programming languages
Hi all.
I have a question, what programming languages are used for different platforms?
For example what do they write xbox, ps3/4, android and IOS and of course windows games in? Like C++, C# and so forth.
If this question has been asked before please just drop me a link to it :)
Thanks
I have a question, what programming languages are used for different platforms?
For example what do they write xbox, ps3/4, android and IOS and of course windows games in? Like C++, C# and so forth.
If this question has been asked before please just drop me a link to it :)
Thanks
Comments
eg. java on android
c# and c++ on xbox, pc and windows phone
objective c on iOs
...so read the following post
http://makegamessa.com/discussion/1574/how-to-be-a-game-programmer#Item_34
and
http://www.gamefromscratch.com/post/2011/08/04/I-want-to-be-a-game-developer.aspx
If you don't use Unity, then I would suggest you to use C++ and/or Objective C.
Hey! Are you wondering this because you want to start learning a language for a specific platform or just out of interest? If it's the former, really -unless all you've ever dreamed of becoming is a games programmer- you should just use Unity :).
As @Funnynel42 points out, if you use Unity you can choose a language from Boo, Java or C# and the genius code behind the engine will convert it for you :). Why this is so amazing is that most platforms either require completely different coding languages or at least different frameworks.
If you want to learn more about programming we have a lovely section in our FAQ under the title 'I want to learn programming, where do I start?'
@SkinnyBoy: ... Um.