Tiny Gaussian Splatting ViewerThis is a simple Gaussian Splatting Viewer built with PyOpenGL / CUDARasterizer. It's easy to install with minimum dependencies. The goal of this project is to provide a minimum example of the viewer for research and study purpose.News...
Tiny 3DGStreamViewer This is a fork ofGaussianSplattingViewer, as a simple viewer for our CVPR 2024 paper3DGStream. Note this is not the renderer we used to evaluate the render performance of 3DGStream in our paper "3DGStream: On-the-Fly Training of 3D Gaussians for Efficient Streaming...
Support PLY and point primitive for Gaussian Splatting#190 Write a demo and example viewer(work in progress) examples/openglviewerOpenGL viewer examples/sdlviewerSoftware raytracing viewer For Vulkan and Android Vulkan example, please referhttps://github.com/syoyo/Vulkan-glTF-USDZ-PBRfor a while ...
usdPly? Points primitive with primvars colors normals sh coeffs scales/radius? etc. Goal With TinyUSDZLoader WASM, we'd like to import/load gaussian splatting data in USD(Z) format and render it with three.js on the browsers. References ...