Metadata-Version: 2.4
Name: pysdfgen
Version: 0.2.4
Summary: SDFGen for Python
Home-page: https://github.com/iory/pySDFGen
Author: iory
Author-email: iory <ab.ioryz@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/iory/pySDFGen
Project-URL: Repository, https://github.com/iory/pySDFGen
Project-URL: Bug Tracker, https://github.com/iory/pySDFGen/issues
Keywords: sdf,mesh,3d
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: trimesh>=3.5.20
Dynamic: author
Dynamic: home-page

# pySDFGen

![PyPI](https://img.shields.io/pypi/v/pysdfgen.svg)
![Python Versions](https://img.shields.io/pypi/pyversions/pysdfgen.svg)
[![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.
```
