The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
76 views

Formula for converting ratio of current device to target device

I am designing my (Android/OpenGL ES 2.0) app on one device and want it to run all all other devices while keeping the screen ratio of the development device (so the image doesn't stretch / squash), ...
-4
votes
1answer
90 views

How to move from home page screen to the next menu screen on clicking a particular image in XNA4.0? [closed]

I m new to XNA game programming(also C#). I want to create a main page with some buttons and when clicking on a particular button, it should go to another screen where there are some more buttons to ...
2
votes
1answer
542 views

State / Screen management in Entity Component Systems

My entity/component system is happily humming along and, despite some performance concerns I initially had, everything is working fine. However, I've realized that I missed a crucial point when ...