An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# pySDFGen

[![Build Status](https://github.com/iory/pysdfgen/actions/workflows/test.yml/badge.svg?branch=main)](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.
```