Skip to content

Commit bfe15b0

Browse files
committed
update project description
1 parent 800eca3 commit bfe15b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "fast_gauss"
77
version = "0.0.5"
8-
description = "CUDA global sort + CUDA-GL interop + geometry shader quad emitting + hardware rasterization + CUDA-GL interop = fast gaussian splatting"
8+
description = "A geometry-shader-based, global CUDA sorted high-performance 3D Gaussian Splatting rasterizer. Can achieve a 5-10x speedup in rendering compared to the vanialla diff-gaussian-rasterization."
99
readme = "readme.md"
1010
license = { file = "license" }
1111
authors = [{ email = "zhenx@zju.edu.cn" }, { name = "Zhen Xu" }]

0 commit comments

Comments
 (0)