Back to browse
GitHub Repository

Enjoy gaussian splatting in your terminal, supports xterm, kitty, gnome, works over SSH

56 starsRust

Tsplat – Render Gaussian Splats directly in your terminal

by darshanmakwana·Apr 14, 2026·7 points·1 comment

AI Analysis

●●SolidNiche GemWizardry

CPU only Gaussian Splat rendering over SSH beats launching a desktop viewer.

Strengths
  • Reimplements forward rasterization in Rust for CPU only execution needing no GPU.
  • Works over SSH using Unicode half-blocks for headless remote server visual inspection.
  • Includes detailed tutorial on Gaussian splatting math alongside the full implementation code.
Weaknesses
  • CPU only rendering limits scene complexity versus GPU-accelerated web or desktop viewers.
  • Niche utility means most developers lack Gaussian Splat files to actually test.
Target Audience

Machine learning engineers working on remote servers

Similar To

SuperSplat · MeshLab

Post Description

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

Similar Projects

SVO Voxelization for Gaussian Splat Collisions

Using an SVO to voxelize Gaussian splats is a sensible way to prune overlap checks — hierarchical voxels fit the problem and should cut costly pairwise collisions. Can't judge the execution: the Reddit thread is blocked with no visible code, benchmarks, or demos, so this currently reads like an intriguing sketch rather than a drop-in tool.

Niche GemWizardry
slimbuck
503mo ago
AI/ML●●Solid

Image to Explorable 3D Scene

Single image to explorable 3D scene is technically impressive but mostly a novelty demo.

Eye CandyWizardryRabbit Hole
ggamecrazy
201mo ago