drug007 / nanogui

D port of wjakob/nanogui
Other
29 stars 7 forks source link

Enabling 4k #42

Closed drug007 closed 9 months ago

drug007 commented 9 months ago

In the command line interface, you can pass the scale parameter, which takes two possible values 1 or 2. The value 2 is used in the case of a 4K monitor and the value 1 in other cases:

dub -- --scale 2

or

./example-sdl --scale 2