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
- Host: GitHub
- URL: https://github.com/fynv/web_gaussian_splats
- Owner: fynv
- Created: 2023-12-01T07:54:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T02:31:51.000Z (over 2 years ago)
- Last Synced: 2025-04-13T05:25:22.485Z (about 1 year ago)
- Language: JavaScript
- Size: 30.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.