Rio
A hardware-accelerated GPU terminal emulator powered by WebGPU.
Rio is a terminal application that’s built with Rust, WebGPU, Tokio runtime. It targets to have the best frame per second experience as long you want, but is also configurable to use as minimal from GPU.
It also relies on Rust memory behavior, since Rust is a memory-safe language that employs
The terminal renderer is based on redux state machine, lines that has not updated will not suffer a redraw. Looking for the minimal rendering process in most of the time. Rio is also designed to...