gsplat
Python package for differentiable rasterization of gaussians
What it is and what it does
gsplat is a Python library that implements fast, memory-efficient CUDA-accelerated rasterization of 3D Gaussians for neural rendering. It builds on the 3D Gaussian Splatting paper but optimizes the core rendering kernels and adds support for multiple camera models (pinhole, fisheye, LiDAR), sparse rendering, multi-GPU distributed training, and alternative optimization strategies like MCMC. The library is designed for training and rendering neural radiance fields and 3D scene reconstructions, with both dense and sparse rendering paths.
The package depends on PyTorch for tensor operations, numpy for numerical work, torch's ninja build system, and several utility libraries (jaxtyping, rich, typing_extensions). It requires a CUDA-capable GPU and compiles CUDA kernels either during installation or on first run. Recent updates (as of mid-2026) include spherical harmonics improvements, orthographic camera support, LiDAR rendering, and experimental low-latency inference rendering via HiGS.
Use it for:
- Train 3D Gaussian splatting models on COLMAP or NCore captures for real-time novel-view synthesis.
- Reconstruct large-scale 3D scenes with sparse rendering and multi-GPU training for memory efficiency.
- Render pre-trained Gaussian scenes at low latency using the experimental HiGS inference path.
- Optimize 3D Gaussian parameters using MCMC or standard densification strategies for scene fitting.
- Fit 2D images or 3D point clouds with differentiable Gaussian rasterization for inverse graphics tasks.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
gsplat is a CUDA-accelerated Python library for rasterizing 3D Gaussians, implementing differentiable rendering based on 3D Gaussian Splatting with support for multiple camera models and optimization strategies.
Yes, if you have a CUDA GPU and need fast, differentiable 3D Gaussian rendering. The library is actively maintained, has low install friction, and offers significant performance and memory improvements over the reference implementation. However, verify the license terms in the repository first, and confirm your PyTorch and CUDA versions are supported by pre-compiled wheels or compatible with JIT compilation.
Install
gsplat on PyPI
pip
pip install gsplatuv
uv add gsplatpoetry
poetry add gsplatInstalling gsplat
Before you install
Low friction installation via pip with JIT CUDA compilation on first run, or pre-compiled wheels for specific PyTorch-CUDA combinations. Active maintenance with recent updates; requires PyTorch 2.7+ and a CUDA-capable GPU.
License in practice
License status is unclear—no SPDX identifier or raw license text is available in the package metadata. Verify the actual license terms in the repository before use in proprietary or restricted contexts.
Quickstart
pip install gsplat
import gsplat
# Rasterize 3D Gaussians using gsplat's CUDA kernels
# (exact API depends on your scene and camera setup)
Requires PyTorch 2.7+, a CUDA-capable NVIDIA GPU, and CUDA toolkit installed; CUDA code compiles on first run if using pip wheels.
Verify before relying
- Exact performance gains (e.g., '4x less GPU memory', '15% less time') relative to the official Gaussian Splatting implementation—claimed in description but not independently verified here.
- Whether pre-compiled wheels cover your specific PyTorch and CUDA version combination.
- Full scope of the experimental inference rendering path (HiGS) and its production readiness.
Package facts
| License | not declared (unclear) |
| Python support | supports the current Python release (>=3.7) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — ninja, numpy, jaxtyping, rich, torch, typing_extensions |
| Maintenance | actively maintained — 406 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 99,914/month — #13,009 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: gsplat-1.5.3-py3-none-any.whl
Keywords: gaussian, splatting, cuda
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
tensorflow-graphicsTensorFlow Graphics provides differentiable…
permissive · top 15,000 on PyPI
mitsubaMitsuba 3 is a research-oriented rendering…
permissive · top 15,000 on PyPI
gpytorchGPyTorch is a PyTorch-based Gaussian process…
permissive · top 5,000 on PyPI
pyrenderPyrender renders 3D scenes to images and…
permissive · top 5,000 on PyPI
nvidia-cusparselt-cu12Provides NVIDIA's cuSPARSELt CUDA library for…
unclear · top 5,000 on PyPI
nvidia-cusparselt-cu13Provides NVIDIA's CUDA library for…
unclear · top 1,000 on PyPI
transformer-engine-cu12Accelerates Transformer model training and…
unclear · top 15,000 on PyPI
torchPyTorch provides GPU-accelerated tensor…
permissive · top 1,000 on PyPI
nvidia-cusparse-cu12Provides NVIDIA CUSPARSE native runtime…
unclear · top 1,000 on PyPI
transformer-engine-cu13Accelerates Transformer model training and…
unclear · top 15,000 on PyPI