Settings

Theme

Show HN: Tsplat – Render Gaussian Splats directly in your terminal

github.com

6 points by darshanmakwana 2 days ago · 1 comment · 1 min read

Reader

Last week I wanted to quickly view some Gaussian splats which I had trained on a remote server that didn’t have any open ports or a display device. So I ended up downloading everything locally just to inspect the results This weekend I put together a terminal-based Gaussian splats viewer that renders directly in the terminal. It works over SSH and currently runs on CPU only and written in rust with claude code. I’ve found it to be pretty useful for quickly checking which .ply files correspond to which scenes and getting a rough sense of their quality.

Along the way, I also wrote a small tutorial on the forward rasterization process for Gaussian splatting on CPUs

martianlantern 2 days ago

Very nice! I found the tutorial on gaussian splatting to be very neatly written and educational

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection