https://github.com/andrsd/figura

User-friendly python scripting for creating parametrical 3D models

https://github.com/andrsd/figura

Science Score: 44.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.8%) to scientific vocabulary

Keywords

cad opencascade python3 step stl
Last synced: 5 months ago · JSON representation ·

Repository

User-friendly python scripting for creating parametrical 3D models

Basic Info
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 7
Archived
Topics
cad opencascade python3 step stl
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

figura

build github-pages codecov Scc Count Badge License

User-friendly python scripting for creating parametrical 3D models

Features

Installation

Requirements:

Install it via: $ conda install -c conda-forge pythonocc-core

Install figura:

$ cd /some/path $ git clone https://github.com/andrsd/figura.git $ cd figura $ pip install .

FAQs

Q: why is there no pip package?

A: figura depends on pythonocc-core which is currently (April 2023) only available via conda-forge. Once it is avialable via pip, we can deploy via pip as well.

Q: Is this project dead?

A: Yes, but the development continues in project formo

Owner

  • Name: David Andrs
  • Login: andrsd
  • Kind: user
  • Location: Idaho Falls, Idaho, United States

Citation (CITATION.cff)

cff-version: 1.2.0
title: figura
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: David
    family-names: Andrš
    email: andrsd@gmail.com
    orcid: 'https://orcid.org/0000-0002-8913-902X'

GitHub Events

Total
Last Year

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v3 composite
  • actions/download-artifact v2 composite
  • actions/upload-artifact v2 composite
  • codecov/codecov-action v3 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
.github/workflows/gh-pages.yml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v3 composite
  • conda-incubator/setup-miniconda v2 composite
.github/workflows/release.yml actions
  • actions/checkout v3 composite
  • softprops/action-gh-release v1 composite