Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.52 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.52 KB

proximity

version python versions license coverage build code style

Mesh proximity queries based on libspatialindex and rtree, extracted from Trimesh.

Development

First, install Poetry.

After cloning the repo, run ./bootstrap.zsh to initialize a virtual environment with the project's dependencies.

Subsequently, run ./dev.py install to update the dependencies.

Acknowledgements

This code was extracted from Trimesh by Michael Dawson-Haggerty.

License

The project is licensed under the MIT license.