GitHub - Florian-Barthel/splatviz: Full python interactive 3D Gaussian Splatting viewer for real-time editing and analyzing.
This interactive viewer allows you to display and edit 3D Gaussian Splatting scenes in real time. By using a
native python GUI library (imgui) we can directly manipulate the Gaussian python object just before the rendering it.
This enables endless editing and visualization possibilities, given that python is turing complete.
You can also evaluate python expression just after the
rendering, allowing you to access and debug the 3D scene just in time. Additionally, you can visualize multiple scenes...
Read more at github.com