1
vote
2answers
435 views

Best Way To Develop Robust Cross-Platform Application? [duplicate]

Possible Duplicate: Any tips for creating cross-platform games? Windows C programmer here (going back to 1992 and Windows95 back when it was called Windows93). Can function in C++, but ...
-4
votes
2answers
285 views

Programming games for Windows

I've programmed a couple simple games so far, in C++ as that's my language of choice, all using open source, cross platform libraries, they're great. I'd like to understand how are cross platform ...
3
votes
1answer
2k views

Getting started with cross-platform game development

I am looking for a starting place to develop a crossplatform OpenGL game that runs on Mac, PC and potentially Linux. The difficulty is that I don't want to use an existing graphics library. I've ...
49
votes
15answers
17k views

Cross Platform 2D Graphics Engines [closed]

I'm looking for a 2D graphics engine that would allow me to release to Windows, Mac and the iPhone, much the way Unity does for 3D. Is there a good engine that does this and is specific to 2D?