petsoi@discuss.tchncs.de to Linux@lemmy.ml · 14 days agoGhostty 1.0 Released, A New GPU-Accelerated Terminal Emulatorlinuxiac.comexternal-linkmessage-square60fedilinkarrow-up137arrow-down11
arrow-up136arrow-down1external-linkGhostty 1.0 Released, A New GPU-Accelerated Terminal Emulatorlinuxiac.competsoi@discuss.tchncs.de to Linux@lemmy.ml · 14 days agomessage-square60fedilink
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up5·14 days agotext is like the slowest thing to draw :P when debugging games, a running log can make the 3D rendering stutter significantly.
minus-squareferret@sh.itjust.workslinkfedilinkEnglisharrow-up0arrow-down1·14 days agoSee the minecraft f3 menu for a notorious example
minus-squarelime!@feddit.nulinkfedilinkEnglisharrow-up1·14 days agono, that’s just minecraft being badly made. I’m talking logs running in a separate window.
minus-squareferret@sh.itjust.workslinkfedilinkEnglisharrow-up1·13 days agoBut thats different, the issue there isn’t the text drawing, its that it isn’t meaningfully asynchronous and console drawing is typically blocking (at least on windows)
text is like the slowest thing to draw :P when debugging games, a running log can make the 3D rendering stutter significantly.
See the minecraft f3 menu for a notorious example
no, that’s just minecraft being badly made. I’m talking logs running in a separate window.
But thats different, the issue there isn’t the text drawing, its that it isn’t meaningfully asynchronous and console drawing is typically blocking (at least on windows)