Tagged Questions
0
votes
1answer
141 views
Picking a suitable resolution for a modern low-res game?
I'm working on a 2D game project right now (using SFML+OpenGL and C++) and I'm trying to figure out how to go about choosing a resolution. I want my game to have a pixel resolution that is around that ...
0
votes
0answers
255 views
Handling window resize with arbitrary aspect ratios
I'm currently making a 2D game using SFML.
I want the aspect ratio to be maintained when the user resizes the window.
I also want the game to work with any arbitrary aspect ratio (like any media ...