Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gumyr/cq_warehouse
A cadquery parametric part collection
https://github.com/gumyr/cq_warehouse
Last synced: 4 days ago
JSON representation
A cadquery parametric part collection
- Host: GitHub
- URL: https://github.com/gumyr/cq_warehouse
- Owner: gumyr
- License: apache-2.0
- Created: 2021-07-11T13:46:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T15:38:39.000Z (10 months ago)
- Last Synced: 2024-08-01T22:37:49.612Z (3 months ago)
- Language: Python
- Size: 6.62 MB
- Stars: 107
- Watchers: 10
- Forks: 23
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-cadquery - cq_warehouse - cq_warehouse augments CadQuery with parametric parts - generated on demand - and extensions to the core CadQuery capabilities. (Extensions and Plugins)
README
If you've ever wondered if there is a better alternative to doing mechanical CAD with proprietary software products,
[CadQuery](https://cadquery.readthedocs.io/en/latest/index.html)
and this package - **cq_warehouse** - and similar packages
like [cq_gears](https://github.com/meadiode/cq_gears) might be what you've been looking for. CadQuery augments the Python programming language (the second most widely used programming language) with
powerful capabilities enabling a wide variety of mechanical designs to be created in S/W with the same techniques that enable most of today's technology.**cq_warehouse** augments CadQuery with parametric parts - generated on demand -
and extensions to the core CadQuery capabilities. The resulting parts can be used within your
projects or saved to a CAD file in STEP or STL format (among others) for use in a wide
variety of CAD, CAM, or analytical systems.The documentation for **cq_warehouse** can found at [readthedocs](https://cq-warehouse.readthedocs.io/en/latest/index.html).
To install **cq_warehouse** from github:
```
python3 -m pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse
```
To install the working `dev` branch:
```
python3 -m pip install git+https://github.com/gumyr/cq_warehouse.git@dev#egg=cq_warehouse
```