A utility for rapid scaling of the pixel-based operations (including InitWindow, font sizing, and line spacing) is required. It needs to provide a common interface, operate with the current default display, and be pluggable with respect to platform choice. I will only provide a win32 version and verify it with Windows 10/11 and two/three displays.
The functions are to be available without any raylib initialization, allowing even InitWindow parameters to be scaled.
I will deploy this with VCrayApp. The header will be in cache/ so that must be part of the search path. The object will be compiled along with every cache refresh, and that only requires a *.opt or command-line addition.
A utility for rapid scaling of the pixel-based operations (including
InitWindow, font sizing, and line spacing) is required. It needs to provide a common interface, operate with the current default display, and be pluggable with respect to platform choice. I will only provide awin32version and verify it with Windows 10/11 and two/three displays.The functions are to be available without any
raylibinitialization, allowing evenInitWindowparameters to be scaled.I will deploy this with VCrayApp. The header will be in cache/ so that must be part of the search path. The object will be compiled along with every cache refresh, and that only requires a *.opt or command-line addition.