testeronious@lemmy.world to Programming@programming.dev · 2 years agoHardest Problem in Computer Science: Centering Thingstonsky.meexternal-linkmessage-square20fedilinkarrow-up1141arrow-down18
arrow-up1133arrow-down1external-linkHardest Problem in Computer Science: Centering Thingstonsky.metesteronious@lemmy.world to Programming@programming.dev · 2 years agomessage-square20fedilink
minus-squareAngryPancake@sh.itjust.workslinkfedilinkarrow-up15·2 years agoAs a computer science problem it ends at position = window center / 2 - object width / 2
minus-squareTrollception@lemmy.worldlinkfedilinkarrow-up1arrow-down1·2 years agoIs not always this simple though. If the window has yet to be spawned in some languages the width will be unavailable, until after. Sometimes the window can be seen before it moves to the center which is a bit jarring.
As a computer science problem it ends at position = window center / 2 - object width / 2
Is not always this simple though. If the window has yet to be spawned in some languages the width will be unavailable, until after. Sometimes the window can be seen before it moves to the center which is a bit jarring.