Skip to content

BlockResearchGroup/compas_skeleton

Repository files navigation

COMPAS Skeleton

Mesh modelling using skeleton graphs.

Installation

Stable releases can be installed from PyPI.

pip install compas_skeleton

To install the latest version for development, do:

git clone https://github.com/blockresearchgroup/compas_skeleton.git
cd compas_skeleton
pip install -e ".[dev]"

Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference, please check out the online documentation here: COMPAS Skeleton docs

Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.