I’m developing a cross platform game engine this targets Windows, Linux, Mac, Mobiles(Android, iOS) and Consoles(PS3, Xbox360). I’m considering C++0x in role of the core and native language. What platforms above support C++0x?.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’re going to be bound by your API for drawing.
I would suggest visiting a few sites such as http://www.gamedev.net to learn what it actually takes to create a game; let alone a game that would be cross platform like you are suggesting.
EDIT:
Updated Windows and Andrio to use OpenGL.