Closed CauchyIntegrah closed 3 months ago
Is this referring to the comment in the README?
"This interactive viewer allows you to display and edit 3D Gaussian Splatting scenes in real time. By using a native python GUI library (imgui)"
Is this referring to the comment in the README?
"This interactive viewer allows you to display and edit 3D Gaussian Splatting scenes in real time. By using a native python GUI library (imgui)"
Yes.
Could you make a pull request?
Added Fix in PR #24
Splatviz is using pyimgui (https://pyimgui.readthedocs.io/en/latest/reference/imgui.core.html), which is a python wrapper for the cpp library imgui. I was just referring to pyimgui as imgui, since this is the package name when installing it with pip and when using it in the code. Nevertheless, calling it a native python library is WRONG :). That is true and I will change that.
I just wanted to empathize that there is no other programming language involved for developing and running splatviz (like a js frontend or some cpp files that have to be compiled as in the SIBR viewer).
I hope this resolves this issue!
I will close this issue for now. Feel free to reopen it, if you think it is still WRONG.
imgui is written in CPP, it is not a native Python library. Reference to README.md