dumbasaroc / ez-stream-tool

A Smash Ultimate Streaming Tool made for RPI's SDD class, prioritizing accessibility and polish.
0 stars 1 forks source link

HiDPI Support? #27

Open dumbasaroc opened 1 month ago

dumbasaroc commented 1 month ago

Something wonky that I've noticed is that the screen is differently sized based on the user's DPI. I know that this is possible to figure out with ImGui and SDL, I just don't know exactly how yet. But this would allow for things to look better on HiDPI screens.

dumbasaroc commented 1 month ago

This goes hand in hand with redesigning the UI (and possibly using a new backend) (#30)