New Gaussian Splatting viewer that allows code modification during runtime

This interactive viewer allows real-time display and editing of 3D Gaussian Splatting scenes by manipulating the Gaussian Python object directly before rendering. Python’s versatility as a Turing complete language allows for endless editing and visualization possibilities, including the evaluation of Python expressions post-rendering for real-time scene access and debugging. Users can visualize multiple scenes simultaneously, save renderings, ply files, and 360° rotation videos. Noteworthy features include a preset code snippet saving option, real-time editing transitions with sliders, and a debugger to visualize variables. Controversially, the video widget’s functionality is still under construction. (Word Count: 99)

https://github.com/Florian-Barthel/splatviz

To top