Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 481 Bytes

File metadata and controls

22 lines (16 loc) · 481 Bytes

pySDFGen

PyPI Python Versions Build Status

SDFGen for Python

Install

pip install pysdfgen

Example

$ python
>>> from pysdfgen import mesh2sdf
>>> mesh2sdf('./examples/bunny.obj')
# ./examples/bunny.sdf will be created.