Metadata-Version: 2.4
Name: del-msh
Version: 0.1.39
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: numpy
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# del-msh

Python 🐍 static 2D/3D mesh utility library for computer graphics 📺 research 🧑‍🔬 and prototyping 🪚.

Look [python demos](https://github.com/nobuyuki83/python_graphics_demos) for the coding examples 

> [!WARNING]
> **del-msh** is still in its initial development phase. Crates published to https://pypi.org/project/del-msh/ in the 0.1.x series do not obey SemVer and are unstable.

## Install 

```shell
pip install del-msh
```


