https://github.com/lace/proximity
Mesh proximity queries based on libspatialindex and rtree, extracted from Trimesh
https://github.com/lace/proximity
closest libspatialindex mesh nearest rtree
Last synced: 8 months ago
JSON representation
Mesh proximity queries based on libspatialindex and rtree, extracted from Trimesh
- Host: GitHub
- URL: https://github.com/lace/proximity
- Owner: lace
- License: mit
- Created: 2020-05-13T18:12:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T13:57:32.000Z (over 2 years ago)
- Last Synced: 2025-02-02T15:49:05.589Z (8 months ago)
- Topics: closest, libspatialindex, mesh, nearest, rtree
- Language: Python
- Homepage:
- Size: 336 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# proximity
[][pypi]
[][pypi]
[][pypi]
[][coverage]
[][build]
[][black]Mesh proximity queries based on [libspatialindex][] and [rtree][], extracted
from [Trimesh][].[pypi]: https://pypi.org/project/proximity/
[coverage]: https://github.com/lace/proximity/blob/master/.coveragerc#L2
[build]: https://circleci.com/gh/lace/proximity/tree/master
[docs build]: https://proximity.readthedocs.io/en/latest/
[black]: https://black.readthedocs.io/en/stable/
[libspatialindex]: https://libspatialindex.org/
[rtree]: https://toblerity.org/rtree/
[trimesh]: https://trimsh.org/## 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.
[install poetry]: https://python-poetry.org/docs/#installatio
## Acknowledgements
This code was extracted from [Trimesh][] by [Michael Dawson-Haggerty][mikedh].
[mikedh]: https://github.com/mikedh
## License
The project is licensed under the MIT license.