Skip to content

g5t/polystar

Repository files navigation

polystar

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published