Jack-Ji / jok

A minimal 2d/3d game framework for @ziglang.
MIT License
172 stars 6 forks source link

High DPI support #11

Closed Jack-Ji closed 6 months ago

Jack-Ji commented 6 months ago

Not so sure how other engines/frameworks are dealing with high dpi. Hope someone can provide some clues.

Jack-Ji commented 6 months ago

https://nlguillemot.wordpress.com/2016/12/11/high-dpi-rendering/

Jack-Ji commented 6 months ago

From what I read, system-specific calls are needed to make app fully dpi-aware. Switching to SDL3 might be more feasible way to go.

Jack-Ji commented 6 months ago

Partial high dpi support has been added, need more testing however