show/hide this revision's text 4 added 396 characters in body; deleted 320 characters in body

As a games programmer, I can say that the large gaming studios will never probably not adopt XNA . It is simply too slow and it is also very inflexibleany time soon. You would have to modify the XNA (Game Studio) engine for it to be of much use, which I believe Microsoft don't allow subclassing and so you might as well use an Open source game engine or better, write your own. XNA's strength is that it provides many classes that you can use in game development, but many others often choose to douse a fully fledged games engine. Although XNA is rather good for beginner's to cut their teeth on if you are new to programming games.

I would say that Java and C# are terrible languages to use for games development. Games development produces applications that require sound, advanced graphics, AI, Physics, etc. All that requires a powerful and fairly quick language environment. All modern Most of the top tier PC and console games are written in C++.

Just as a matter of correctness I would not say that XNA is cross-platform, it is Microsoft only platforms, it will not run on Mac OS X, Linux, Playstation 3 or the Wii.

If you are a Mac developer you can use Unity, which will build games for Windows, Mac OS X and Linux.

The coding must be done on a Mac however.

The exception of course are internet games written in Flash, which aren't real games anywayin the sense that they are not the fully capable games like Left 4 Dead or Team Fortress, etc.

show/hide this revision's text 3 made more correct, fixed spelling error

As a games programmer, I can say that the large gaming studios will never adopt XNA. It is simply too slow and it is also very inflexible. You would have to modify the XNA (Game Studio) engine for it to be of much use, which I believe Microsoft don't allow you to do.

Java and C# are terrible languages to use for games development. Games development produces applications that require sound, advanced graphics, AI, Physics, etc. All that requires a powerful and fairly quick language environment. All modern games are written in C++.

Just as a matter of correctness I would not say that XNA is cross-platform, it is Microsoft only platforms, it will not run on Mac OS X, Linux, Playstation 3 or the Wii.

If you are a Mac developer you can use Unity, which will build games for Windows, Mac OS X and Linux. The coding must be done on a Mac however.

The exception of course are internet games written in Flash, which aren't real games anyway.

If you really want to be a games developer I would urge you to learn C++ and write your own game engine. Using a pre-made game engine is easy and you can but code something that is 'okay' but you will run into many limitations that you won't be able to code around. You will effectively be confined to the capabilities of the game engine (unless you have access to the source, which you could then modify to your liking).

Also, I wouldn't say XNA has much of a rise. There is certainly a lot of hype around it. Which is mainly because people who aren't games programmers think they can make the latest MMORPG or Half-Life, because they are too lazy to code their own game from scratch. Every game I have seen made in XNA is basically the same terrible FPS with a different set of textures.

My advice, don't use XNA, learn C++ and preferably OpenGL :) Once you know OpenGL you can learn DirectX pretty easily.

show/hide this revision's text 2 added text

As a games programmer, I can say that the large gaming studios will never adopt XNA. It is simply too slow and it is also very inflexible. You would have to modify the XNA engine for it to be of much use, which I believe Microsoft don't allow you to do.

Java and C# are terrible languages to use for games development. Games development produces applications that require sound, advanced graphics, AI, Physics, etc. All that requires a powerful and fairly quick language environment. All modern games are written in C++.

Just as a matter of correctness I would not say that XNA is cross-platform, it is Microsoft only platforms, it will not run on Mac OS X, Linux, Playstation 3 or the Wii.

If you are a Mac developer you can use Unity, which will build games for Windows, Mac OS X and Linux. The coding must be done on a Mac however.

The exception of course are internet games written in Flash, which aren't real games anyway.

If you really want to be a games developer I would urge you to learn C++ and write your own game engine. Using a pre-made game engine is easy and you can but something that is 'okay' but you will run into many limitations that you won't be able to code around. You will effectively be confined to the capabilities of the game engine (unless you have access to the source, which you could then modify to your liking).

Also, I wouldn't say XNA has much of a rise. There is certainly a lot of hype around it. Which is mainly because people who aren't games programmers think they can make the latest MMORPG or Half-Life, because they are too lazy to code their own game from scratch. Every game I have seen made in XNA is basically the same terrible FPS with a different set of textures.

My advice, don't use XNA :)

show/hide this revision's text 1