Hacker News new | ask | show | jobs
Show HN: ZTerm, a GPU-accelerated terminal emulator built with Rust and GPUI (github.com)
2 points by zero-lab 140 days ago
1 comments

Nice work. The Rust + GPU combo for terminals makes sense - text rendering is surprisingly GPU-friendly once you treat glyphs as textures.

What's the memory footprint like compared to something like Alacritty?