polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

Build utility functions for file picking

Open nmwsharp opened this issue 8 years ago • 0 comments

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.

nmwsharp avatar Feb 19 '18 16:02 nmwsharp