Emanem / linux-hunter

Prototype MH:W companion app for Linux, inspired by SmartHunter
GNU General Public License v3.0
26 stars 9 forks source link

Added compact display mode #15

Closed tcordina closed 2 years ago

tcordina commented 2 years ago

I added a new CLI argument: --compact-display. It does the following things:

I primarily made this change in order to save a few pixels of screen real estate when displaying the output in a Vulkan overlay with vkdto.

Below are 2 screenshots showcasing the difference it makes in single-player (1920x1080)

Without --compact-display :

20211122210555_1

With --compact-display :

20211122210617_1

Note: It's my first time working with c++ so any suggestion to make this PR cleaner is welcome :)

Emanem commented 2 years ago

Hi the change looks very good, accepting the PR. Very good job!