An open API service indexing awesome lists of open source software.

https://github.com/sglvladi/pybsp


https://github.com/sglvladi/pybsp

Last synced: 6 months ago
JSON representation

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.