Which do you prefer? A triple monitor setup? Or one single 32:9 ultrawide monitor?
Hucklebee @ Drummyralf @lemmy.world Posts 4Comments 244Joined 2 yr. ago
Hucklebee @ Drummyralf @lemmy.world
Posts
4
Comments
244
Joined
2 yr. ago
As someone who dabbled in gamedev (no expert though), I would find it hard to find a solution for the UI problem. The base of many UI implementation is always a reference screen resolution where stuff gets resized and/or stretched according to the width of the monitor. So if a minimap is, let's say, placed 40 pixels from the edge of the screen, it will always be 40 pixels from the edge of the screen. Creating custom UI's for every resolution would be really timeconsuming.
Maybe some day it will be the standard that you allow people to customize the UI and drag things around themselves. But for now, such systems are not readily available in game engines and would have to be custom built.