SFML community forums
Help => Graphics => Topic started by: Maxi_dp4 on August 17, 2008, 03:02:08 am
-
Hi guys, i'm developing a 2D game using a resolution of 800x600 and fullscreen. The problem is in wide monitors, the game loses quality and gets disproportioned, in normal (square) monitors it looks good.
I hope that you could give me a solution, if more info is needed, just tell me.
Regards.
-
You said it: 800x600.... That why its ugly in wide screen... You should handle any resolution.... Like web site...
-
You could try to set the fullscreen resolution to desktop resolution (sf::VideoMode::GetDesktopMode) and use a centered sf::View depending on the desktop resolution.