polyscope-py
polyscope-py copied to clipboard
Imgui Bundle
Is there a way to use imgui bundle (https://github.com/pthom/imgui_bundle) within the python version of polyscope?
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.