https://github.com/sglvladi/pybsp
https://github.com/sglvladi/pybsp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sglvladi/pybsp
- Owner: sglvladi
- Created: 2021-07-27T23:51:46.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T22:17:36.000Z (over 3 years ago)
- Last Synced: 2025-02-10T01:44:43.292Z (8 months ago)
- Language: Python
- Size: 117 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyBSP - Python Binary Space Partitioning
A Python implementation of a Binary Space Partitioning (BSP) tree.
# Acknowledgements
This is a heavily modified fork of the [LineOfSight](https://github.com/uzipaz/LineOfSight) repository.