https://github.com/iory/pySDFGen
SDFGen for Python
https://github.com/iory/pySDFGen
mesh python sdf
Last synced: 9 months ago
JSON representation
SDFGen for Python
- Host: GitHub
- URL: https://github.com/iory/pySDFGen
- Owner: iory
- Created: 2020-03-14T19:04:16.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-06-27T05:48:54.000Z (12 months ago)
- Last Synced: 2025-08-23T08:52:12.573Z (10 months ago)
- Topics: mesh, python, sdf
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pySDFGen
[](https://github.com/iory/pysdfgen/actions)
SDFGen for Python
## Install
```
pip install pysdfgen
```
## Example
```
$ python
>>> from pysdfgen import mesh2sdf
>>> mesh2sdf('./examples/bunny.obj')
# ./examples/bunny.sdf will be created.
```