Skip to content

iory/pySDFGen

Repository files navigation

pySDFGen

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.