Mesh proximity queries based on libspatialindex and rtree, extracted from Trimesh.
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.
This code was extracted from Trimesh by Michael Dawson-Haggerty.
The project is licensed under the MIT license.