nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.76k stars 190 forks source link

Is it possible to provide a filedialog interface? #246

Open mushroomfire opened 9 months ago

mushroomfire commented 9 months ago

I was unable to locate information on how to select a file in the documentation. Could you please assist by providing a file dialog interface in Python? I found a useful reference link for you: https://github.com/aiekick/ImGuiFileDialog.

Implementing this feature would greatly enhance my work.

I would greatly appreciate your assistance, as my current solution is quite messy. Thank you.

image

mushroomfire commented 9 months ago

Another question. I try to generate two Command UI by two callback functions, but it fails. Can we generate two user-defined UI by callback?

mushroomfire commented 9 months ago

I find using tkinker can realize the filedialog, wchich is what I need.