Rio Terminal: A hardware-accelerated GPU terminal emulator

rioterm.com

67 points by birdculture a day ago


casparvitch - a day ago

Does anyone get anything out of these GPU accelerated terminals? I am at a bit of a loss for a use-case where my CPU isn't fast enough to keep up.

What I do care about is my bitmap font, which all these new terms don't seem to like supporting.

somat - a day ago

It probably does not matter too much, but the name collision with plan9's rio is a bit unsettling. There is enough domain overlap I was half expecting that someone had dug up the protocol and given it a new coat of paint for our modern systems.

https://plan9.io/wiki/plan9/using_rio/index.html

NSPG911 - a day ago

was using it for a month, cool concept, it borrows stuff from alacritty for the base, added iterm2 inline images protocol, kitty image protocol soon but there are quite a lot of issues, mainly just really weird ones 1. splits dont feel like splits. unlike in something like wezterm or ghostty, rio uses a literal black line for splits, which cannot be controlled. it doesnt properly resize splits, which you can notice if you have like 4 splits active 2. tabs inherit from the previous tab's zoomed in height and width https://github.com/raphamorim/rio/issues/1196 3. blur doesnt work on window (not that big of an issue anyways) https://github.com/raphamorim/rio/issues/1174 4. some characters are broken (no clue how this happens) https://github.com/raphamorim/rio/issues/1192 5. has issues with iterm2 while using yazi its a cool concept like i previously said, but it needs a lot of tweaking

keyle - a day ago

A few months ago I've moved to ghostty and I have been very happy (minus a few bugs)

Is this new terminal bringing anything I'd be missing on? Or is it a case of "made in Rust" vs. "made in Zig"?

fishgoesblub - a day ago

Whenever I see a new interesting terminal emulator my main prerequisite to see if it's worth playing with is if it supports bitmap fonts, and unfortunately this one fails the test. I can't live without bitmap monospace fonts. I don't have a fancy 4k monitor so TTF fonts are blurry in comparison to a crisp bitmap font.

jbstack - 19 hours ago

Can someone explain to me why I should want my terminal to be hardware-accelerated? I use my terminal to get stuff done by running commands and viewing the output. Sometimes I might run a TUI but I've certainly never found one that required a GPU to run. If I want to run a full-blown GUI I run it from my WM / DE. Am I missing something here?

raphamorim - 18 hours ago

hey there i am the author of rio terminal, please any issue found feel free to report in the repo. would help a lot, thank you all

ochronus - 19 hours ago

Sooooo terminals are the new JS frameworks? :)

crabboi - a day ago

this terminal have a lot of potential ngl

meatjuice - 21 hours ago

Ghostty 2

dragochat - 20 hours ago

Quick question: can I JUST simply C-f (or smth else) to SEARCH the terminal for text without any extra complications? Like in macos default terminal and other sane ones?

...or is this another Ghostty geeksfest that wants me to C-S-whatever to dump history into a file then pipe it into a pager etc etc etc?

[+EDIT: ...apparently not liking ghostty gets you downvoted too? weird amounts fanboysm and hype for an underfeatured and poorly documented terminal]