pmneila / PyMCubes

Marching cubes (and related tools) for Python
BSD 3-Clause "New" or "Revised" License
692 stars 87 forks source link

Publish on pypi ? #1

Closed aestrivex closed 9 years ago

aestrivex commented 9 years ago

Hello,

Your implementation of the marching cubes algorithm does a better job than the one in scikit-image which seems consistently to leave holes in the surface. There is another implementation called pythonisosurfaces which uses javascript and is much less easy to call from within python.

Would you consider publishing your implementation on pypi so I can depend on it more easily? I am not asking out of licensing issues, my software is also GPL, but just for ease of distribution.

aestrivex commented 9 years ago

Hello,

since you have not responded and your software is licensed GPL, I am going to publish it on pypi. I will therefore be the maintainer but I am happy to transfer this responsibility to you in the future.

pmneila commented 9 years ago

Hi,

PyMCubes is now on PyPI.