Add mouse event interaction to polyscope?
Hello,
I really like the polyscope. But it seems that the polyscope has no mouse event interaction like the things in Open3D? For me, at least, I need to be able to pick-point.
Thanks!
Are you using Polyscope in C++ or Python? There's a little bit of mouse functionality in C++, but it's not exposed in the Python bindings.
What would you want to do? Call a function on mouse-click? Something else?
Same here...I need to build some interactions with mouse events such as mouse-click, release and etc
@nmwsharp it would be great to have this functionality. Polyscope does detect whenever a point, vertex or a node has been selected. Can you give some clues how can I capture this from python. Specifically, what steps do I need to take to create a callback whenever a vertex is being selected ?