May 30, 2026

Terminally online, literally

Tsplat – Run Gaussian splatting in your terminal

A wild 3D terminal toy drops, and the internet instantly asks: cool demo or pure nerd bait

TLDR: tsplat is a new tool that shows 3D scenes inside a plain terminal window, even over remote connections with no fancy graphics setup. But the bigger story is the backlash: commenters are split between admiring the weird hack and roasting it as viral-chasing “nerdbait.”

A new project called tsplat promises something delightfully odd: it lets you view those trendy fuzzy 3D scenes inside your terminal window, even on a plain computer and even over SSH, the remote text-only setup beloved by server tinkerers. In normal-human terms, it’s a way to turn your usually boring command line into a little 3D viewer using text-style graphics. That alone should have been enough to win easy geek points. Instead, the comment section went straight into suspicious side-eye mode.

The loudest reaction was not “wow,” but basically “why though?” One commenter called it flat-out “nerdbait,” arguing that the underlying image tech is cool, but stuffing it into a terminal feels like the kind of stunt made to go viral with programmers rather than solve a real problem. Another person got even more cynical, pointing to an early project commit allegedly asking a language model to suggest “things that go viral,” which instantly turned a quirky demo into a mini authenticity scandal. Suddenly the real plot wasn’t the software — it was whether this was clever experimentation or algorithm-chasing theater.

And then came the classic internet comedy: a brutally minimalist “huh” and a conspiracy-flavored “Who’s pumping all this gaussian splatting content onto HN, and why?” The mood was part confusion, part mockery, part genuine curiosity. So yes, the project works, it’s weird, and the crowd has decided that the biggest render happening here is the one in the comments.

Key Points

  • Tsplat is a Rust-based tool that renders 3D Gaussian Splatting scenes directly in the terminal using CPU only, without requiring a GPU or display server.
  • The article provides installation instructions via Cargo and GitHub, plus quick-start examples using INRIA 3DGS `.ply` scene files.
  • Terminal interaction includes camera movement, zoom, auto-orbit, HUD toggling, and quit controls.
  • Benchmark commands are included for testing the forward rendering pass with configurable thread counts, splat counts, and scene files.
  • The tutorial explains Gaussian splats, the forward rasterization pipeline, several optimization techniques, and how spherical harmonics coefficients are decoded into RGB color.

Hottest takes

"pickup things that go viral" — a1o
"in the terminal" is just nerdbait — daveguy
"Who’s pumping all this gaussian splatting content onto hn, and why?" — relaxing
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.