I want to make my game feel smooth with multiple resolutions. My game is a retro styled pixel art game and I'd like to not break the pixel grid.
My idea was to check the players screen resolution/window size then figure out what the closest scale is to that size. Like 2x 3x 4x etc. Then with whatever is left I want to increase the view port to show more background.
I have no clue where to start and I was wondering if there are any extensions or anything that could help with this. Or a good tutorial.