Table* bindings for cpp/imgui#48
Conversation
|
For now, this is untested on the latest polyscope versions. @nmwsharp do you have a script somewhere on how you compile your wheels for linux? Is it only through the |
|
Nevermind, adding the include path of X11 to the CPATH environment variable allowed me to compile it and test it out. It should all work out! |
a208624 to
dcd83f7
Compare
|
Hi @nmwsharp , I got back to my project which uses polyscope and updated the PR with Python bindings, some flags for configuration and a couple functions I forgot last time around. Still looking forward to seeing this integrated into polyscope :) |
|
Hi, thanks so much for this PR! (and pardon for letting it languish) I just checked it out and added a few things, but it looks great! Merged. I ran a small demo test on my end and everything seemed to be working well. |
|
No worries ! I am aware of the time needed to merge things upstream (or lack thereof) in small projects such as this one. Glad to see it integrated, and ready for the next pypi release :) |
This PR will add most
Table*functions from ImGui to the python-facingimguisubmodule. I've been using them on a local copy of this repo for some time now, and it's time to upstream them.