testeronious@lemmy.world to Programming@programming.dev · 7 months agoHardest Problem in Computer Science: Centering Thingstonsky.meexternal-linkmessage-square20fedilinkarrow-up1141arrow-down18cross-posted to: webdev@programming.dev
arrow-up1133arrow-down1external-linkHardest Problem in Computer Science: Centering Thingstonsky.metesteronious@lemmy.world to Programming@programming.dev · 7 months agomessage-square20fedilinkcross-posted to: webdev@programming.dev
minus-squareAngryPancake@sh.itjust.workslinkfedilinkarrow-up15·7 months agoAs a computer science problem it ends at position = window center / 2 - object width / 2
minus-squareTrollception@lemmy.worldlinkfedilinkarrow-up1arrow-down1·7 months 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.