Hey i'm trying to make a GUI lib with SFML, and everything's done except one problem: Making the Interface stay still even when the camera moves or zooms in/out.
This would be easy to fix if zooming wasn't possible, but zooming out means having to scale the contents of the Interface up so it doesn't shrink, which causes it's text/images to become blurry.
Does anyone have a way to get around this issue? (preferably only using SFML as I don't want to make my lib openGL dependent)