1
Feature requests / Re: Full Support for High-DPI Displays and DPI Awareness
« on: April 10, 2018, 07:20:44 pm »
I ended up creating a scale factor on OsX `const int SCALE_FACTOR = 2` then I scale everything by that scale factor. Bummer is that for fixed time steps you also need to scales your velocities and the like.
I'm just starting with SFML on OsX using emacs + cmake, it is hard to create a bundle like that.
Thanks anyways.
I'm just starting with SFML on OsX using emacs + cmake, it is hard to create a bundle like that.
Thanks anyways.