- cross-posted to:
- gnome@discuss.tchncs.de
toastal ( @toastal@lemmy.ml ) 48•3 months agoWe need to stop this usage of proprietary MS GitHub + Discord in free software. It completely undermines the philosophy.
Daniel Quinn ( @danielquinn@lemmy.ca ) English15•3 months agoWhat is the deal with getting gpu acceleration into a terminal emulator of all things? Of all the innovations that we could use, faster drawing of text doesn’t feel like it should be a priority.
Zacryon ( @Zacryon@feddit.org ) 45•3 months agoGPU rendered text interfaces are pretty ubiquitous already. You can find that in IDEs, browsers, apps and GUIs of OSs. Drawing pixels is still a job the GPU excels at. No matter whether it’s just text. So I don’t see a point why we shouldn’t apply that to terminal emulators as well.
ReversalHatchery ( @ReversalHatchery@beehaw.org ) English3•3 months agook but such a sensational announcement like this suggests that before (and without) gpu acceleration the program was noticeably slow for some reason
F04118F ( @F04118F@feddit.nl ) 17•3 months agoIt’s not just about speed, but also (battery) efficiency.
Even if you don’t notice the speed, if you are working on anything but a modern expensive laptop, you will notice the difference in battery draw between:
VS Code > NeoVim in traditional terminal > Neovim in Alacritty or Ghostty
fmstrat ( @fmstrat@lemmy.nowsci.com ) English5•3 months agoHave you ever been in a terminal, or VSCode, and started tailing a super-fast log, and control-C takes forever to stop it while a CPU core goes crazy?
Text rendering isn’t efficient, and GPUs help.
Fonzie! ( @lord_ryvan@ttrpg.network ) 1•3 months agoScrolling through a large text with colours and higher unicode characters (tailing a log with colour coding, for instance) can be a bit slow with Gnome’s terminal in my experience. In Alacritty (and on a machine with a GPU) it’s not.
lime! ( @lime@feddit.nu ) English15•3 months agotext is like the slowest thing to draw :P when debugging games, a running log can make the 3D rendering stutter significantly.
GenderNeutralBro ( @GenderNeutralBro@lemmy.sdf.org ) English3•3 months agoMy experience might be a bit outdated, but I remember finding the default Mac OS X Terminal extremely slow. A few years back I ran an output-heavy command, and the speed difference between displaying the output in terminal vs outputting it to a file was orders of magnitude. The same thing on my Linux system was much, much faster. I’m not sure how much of that was due specifically to rendering, vs memory management or something else, though.
I might see if I can still reproduce this in Sequoia and if Ghostty is faster on Mac.
Magnolia_ ( @Magnolia_@lemmy.ca ) English13•3 months agoWe are reaching autistic levels never seen before
fxdave ( @fxdave@lemmy.ml ) 8•3 months agoI’m not against it, but another factor that we should check in a terminal emulator (as a tool where you run everything from) is the system requirements.
I’m using urxvt and that’s so easy on the system, it starts instantly. I can open multiple instances without worrying about the system resources.
I believe it uses X.org’s text rendering. X.org uses OpenGL under the hood. It’s not CPU rendered.
Alacrity felt bulkier when I tried. I will try this too though.
IrritableOcelot ( @IrritableOcelot@beehaw.org ) 3•3 months agoAlacritty felt too slow and was missing settings I wanted (like mousewheel scroll) due to devs being opinionated. Kitty has been fast and flexible for me.
Mwa ( @Mwa@lemm.ee ) English7•3 months agoFinally a gpu accelerated Terminal emulator with tabbing.
jim3692 ( @jim3692@discuss.online ) 14•3 months agoKitty has tabs
Mwa ( @Mwa@lemm.ee ) English3•3 months agoohhh, I didnt know that thanks but Ghostty has Zero config by default which i like (Edit: maybe I might use wezterm)
Fonzie! ( @lord_ryvan@ttrpg.network ) 2•3 months agoAlacritty has windows and tabs.
Mwa ( @Mwa@lemm.ee ) English1•3 months agoIdk how to activate it (And my distro Cachyos uses a custom alacrity config
zod000 ( @zod000@lemmy.ml ) 7•3 months agoUnless it is trying to actually look cool like “cool retro terminal” or something, I fail to see how the point. I don’t recall ever in the history of my terminal use ever thinking “man, this terminal emulator is so slow!” I mean, really… 120fps 4k terminals. Neat I guess?
maxprime ( @maxprime@lemmy.ml ) 13•3 months agoThat’s not what GPU acceleration is used for.
deadcatbounce ( @deadcatbounce@reddthat.com ) 3•3 months agoThis. If you hadn’t written it …
geography082 ( @geography082@lemm.ee ) 3•3 months agoWhat would be the best foss for Android ?
Ephera ( @Ephera@lemmy.ml ) English6•3 months agoDo you mean best FOSS terminal for Android? To my knowledge, there’s only really Termux.