polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

Add mouse event interaction to polyscope?

Open 1939938853 opened this issue 5 years ago • 3 comments

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.

1939938853 avatar Oct 27 '20 17:10 1939938853

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?

nmwsharp avatar Oct 29 '20 03:10 nmwsharp

Same here...I need to build some interactions with mouse events such as mouse-click, release and etc

madil4 avatar Nov 01 '20 20:11 madil4

@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 ?

shubhMaheshwari avatar Nov 30 '22 18:11 shubhMaheshwari