You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want something like std::string polyscope::userPickFilename(std::string types);. Unfortunately, this is very os-dependent, and neither ImGUI nor GLFW already offer it.
We want something like
std::string polyscope::userPickFilename(std::string types);. Unfortunately, this is very os-dependent, and neither ImGUI nor GLFW already offer it.https://github.com/mlabbe/nativefiledialog looks promising.