Tagged Questions
6
votes
4answers
192 views
Game development for multiple Microsoft platforms
I intend to develop games for Microsoft's Windows Store, however, I'm confused between their platforms, so please clarify those questions:
Is there any technology (XNA, DirectX), so a game can be ...
1
vote
3answers
468 views
What should I use to handle input?
What should I use to handle input? I am wanting to use OpenGL so that my games are cross platform. DirectX provides input libraries, and OpenGL does not. Because my games need to be cross platform, I ...