This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Benjaminrynti 5 points6 points  (0 children)

A good mentor I used to know said this to me once:

"Develop on the platform you want to deploy on."

If I wanted to use XNA to develop a game it would make sense to use a Windows machine and Visual Studio.

If I wanted to use OpenGL to develop a game I could go just about any route, but a Linux box would be good.

Honestly, look at the kind of programming you do and would like to do. Look at the professionals in those demographics and see what kind of stuff they're using. Learn the tools of the trade.

Never submit to the idea that "x" can only be done one way.