https://github.com/blockresearchgroup/compas_skeleton

Mesh generation based on skeleton lines.

https://github.com/blockresearchgroup/compas_skeleton

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    3 of 6 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.5%) to scientific vocabulary

Keywords

meshes quad-patch skeleton

Keywords from Contributors

constraints force-density form-finding rbe prd discrete-element-modelling assemblies 3dec tension dynamic-relaxation
Last synced: 6 months ago · JSON representation

Repository

Mesh generation based on skeleton lines.

Basic Info
Statistics
  • Stars: 7
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 8
Topics
meshes quad-patch skeleton
Created almost 6 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License Code of conduct Authors

README.md

COMPAS Skeleton

Mesh modelling using skeleton graphs.

Installation

Stable releases can be installed from PyPI.

bash pip install compas_skeleton

To install the latest version for development, do:

bash 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.

Owner

  • Name: Block Research Group
  • Login: BlockResearchGroup
  • Kind: organization
  • Location: Zurich

GitHub Events

Total
  • Release event: 2
  • Push event: 11
  • Create event: 2
Last Year
  • Release event: 2
  • Push event: 11
  • Create event: 2

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 78
  • Total Committers: 6
  • Avg Commits per committer: 13.0
  • Development Distribution Score (DDS): 0.615
Past Year
  • Commits: 14
  • Committers: 1
  • Avg Commits per committer: 14.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
wenqian157 4****7@u****m 30
Li l****0@g****m 17
tomvanmele t****e@g****m 14
Tom Van Mele v****t@e****h 14
Juney Lee j****e@a****h 2
brgbits b****g@a****h 1
Committer Domains (Top 20 + Academic)

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 129 last-month
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 9
  • Total maintainers: 1
pypi.org: compas-skeleton

Mesh modelling using skeleton graphs.

  • Homepage: https://blockresearchgroup.github.io/compas_skeleton
  • Documentation: https://blockresearchgroup.github.io/compas_skeleton
  • License: MIT License Block Research Group - ETH Zurich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • Latest release: 2.0.1
    published about 1 year ago
  • Versions: 8
  • Dependent Packages: 1
  • Dependent Repositories: 0
  • Downloads: 129 Last month
Rankings
Dependent packages count: 4.7%
Stargazers count: 19.3%
Downloads: 22.8%
Average: 28.8%
Forks count: 29.8%
Dependent repos count: 67.4%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: compas_skeleton
  • Versions: 1
  • Dependent Packages: 1
  • Dependent Repositories: 0
Rankings
Dependent packages count: 28.8%
Dependent repos count: 34.0%
Average: 44.3%
Stargazers count: 53.5%
Forks count: 61.1%
Last synced: 6 months ago

Dependencies

requirements-dev.txt pypi
  • attrs >=17.4 development
  • autopep8 * development
  • bump2version >=0.5.11 development
  • check-manifest >=0.36 development
  • doc8 * development
  • flake8 * development
  • graphviz * development
  • invoke >=0.14 development
  • ipykernel * development
  • ipython >=5.8 development
  • isort * development
  • m2r2 * development
  • nbsphinx * development
  • pydocstyle * development
  • pytest >=3.2 development
  • sphinx >=3.4 development
  • sphinx_compas_theme >=0.13 development
  • twine * development
requirements.txt pypi
  • COMPAS >=1.0
.github/workflows/build.yml actions
  • compas-dev/compas-actions.build v4 composite
.github/workflows/docs.yml actions
  • compas-dev/compas-actions.docs v4 composite
.github/workflows/pr-checks.yml actions
  • Zomzog/changelog-checker v1.2.0 composite
  • actions/checkout v1 composite
.github/workflows/release.yml actions
  • compas-dev/compas-actions.build v4 composite
  • compas-dev/compas-actions.publish v3 composite
pyproject.toml pypi