An open API service indexing awesome lists of open source software.

https://github.com/fynv/web_gaussian_splats

WebGPU gaussian splat renderer
https://github.com/fynv/web_gaussian_splats

Last synced: 11 months ago
JSON representation

WebGPU gaussian splat renderer

Awesome Lists containing this project

README

          

My WebGPU based gaussian-splat renderer.

Data structure and texture packing solution are from:

[https://github.com/mkkellogg/GaussianSplats3D](https://github.com/mkkellogg/GaussianSplats3D)

Applied WebGPU compute-shaders for depth sorting and frustum culling.