polyscope-py icon indicating copy to clipboard operation
polyscope-py copied to clipboard

Imgui Bundle

Open sahlbergnielsen opened this issue 1 year ago • 1 comments

Is there a way to use imgui bundle (https://github.com/pthom/imgui_bundle) within the python version of polyscope?

sahlbergnielsen avatar Aug 22 '24 20:08 sahlbergnielsen

Short answer: no, unfortunately. Polyscope builds it's own bindings for ImGui etc, and due to the way Python libraries work you cannot trivially intermix copies of libraries compiled as separate units.

nmwsharp avatar Dec 30 '24 01:12 nmwsharp