Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: python bindings #194

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

bhatiaharsh
Copy link

@bhatiaharsh bhatiaharsh commented Jul 22, 2021

@mkazhdan. I have been using python bindings of an earlier version of your code through a separate project pypoisson created by @mmolero. It had been really useful, not just for me but to several others as well it seems. However, the pypoisson project is linked to version 6.3.

In this PR, I have created python bindings directly in your repository so it is easier to manage and update as and when you release new code.

In particular, created *pyx files to expose the PoissonReconstruction function of PoissonReconLib.cpp to python. This is also mostly a copy-paste of pypoisson's capabilities.

Thanks for this wonderful tool, and thanks for @mmolero for the initial efforts.

I will mark this complete when I get a chance to work on a bit more.

@bhatiaharsh bhatiaharsh changed the title Cmake and python bindings WIP: Cmake and python bindings Jul 22, 2021
@bhatiaharsh bhatiaharsh marked this pull request as draft July 22, 2021 05:49
@bhatiaharsh bhatiaharsh mentioned this pull request Jul 23, 2021
@bhatiaharsh bhatiaharsh force-pushed the build_cmake_and_python branch from a38619f to 6a92805 Compare July 23, 2021 16:54
@bhatiaharsh bhatiaharsh changed the title WIP: Cmake and python bindings WIP: python bindings Jul 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant