Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I wonder if there is some universal way to increase DPI for SDL-based apps. I am on linux and I can't read anything =(


SDL2 has SDL_WINDOW_ALLOW_HIGHDPI, which creates the window in high-DPI mode.


I have added poor man's scaling in https://github.com/OpenRCT2/OpenRCT2/pull/2280 you can also look into the investigation lead in https://github.com/OpenRCT2/OpenRCT2/pull/2328


Isn't there a way to preprocess the sprites and create 2x and 4x scaled versions?


No, not yet, because of the way data is stored. When we move on to our own save format it will be possible, I'm sure.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: