0 purchases
polystar 0.4.5
A C++ library for polygon and polyhedron operations.
Wrapped for use in python using pybind11.
Dependencies
TetGen
A modified version of TetGen is used to create
refined tetrahedral meshes in bounding polyhedra.
The modified version is included as part of this repository.
Installation
Install via pip, e.g.,
python -m pip install polystar
This repository can be installed locally via
python -m pip install .
# or
python setup.py install
Alternatively, the python module, C++ library, and catch2 based tests can be built directly using cmake.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.