Game Programming - GUIs

Posted by Spencer on Stack Overflow See other posts from Stack Overflow or by Spencer
Published on 2010-05-19T04:31:28Z Indexed on 2010/05/19 4:40 UTC
Read the original article Hit count: 392

I've been coding for a while now and would like to start looking into programming games. I know the industry's standard language is C++, for 3D graphics the main choice is between Direct 3D and OpenGL, but what is the most widely used GUI framework? I'm currently on a Mac so if native Windows API is the answer, then what is the cross platform choice?

To be clear, I'm not looking for people's favourites but simply what the common or standard game industry's choice is so that I can learn and familiarize myself with it.

Thanks, Spencer

© Stack Overflow or respective owner

Related posts about cross-platform

Related posts about gui