cq_gears
antimony
Our great sponsors
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cq_gears
-
Morphing crossed helical gears
My generator is here: https://github.com/meadiode/cq_gears It's built on top of 3d-CAD modelling library called CadQuery and as I mentioned earlier it's not specifically intended to be used with Blender, more like for general CAD needs.
-
CadQuery –- A Python parametric CAD scripting framework based on OCCT
One thing that kept me using OpenSCAD was the section of additional modules for it, including a decent involute gear creator. For those of you diving into CadQuery, here’s the equivalent: https://github.com/meadiode/cq_gears
antimony
-
Interesting examples of visual programming?
Antimony CAD Noodle diagrams to design parts (QT UI, each box is a Python script). Example code for a scaling node.
- What is the end purpose of your OpenBSD system?
- Learning CAD on Linux
-
CadQuery –- A Python parametric CAD scripting framework based on OCCT
For anyone interested in this, I would also recommend checking out the [antimony project](https://github.com/mkeeter/antimony). It's a parametric modeling program, but you can also pretty easily produce new scripts for its visual nodes.
-
Meet 'Blackjack': A 3D procedural modelling application I'm working on using 100% Rust
Reminds me of https://github.com/mkeeter/antimony
- Code CAD – Use code to create CAD models
-
Curated Code CAD
- Matt Keeter's stuff (listed here https://www.mattkeeter.com/projects/, including https://github.com/mkeeter/antimony and https://www.mattkeeter.com/projects/ao/, though I see you have libfive)
What are some alternatives?
cadquery - A python parametric CAD scripting framework based on OCCT
OpenJSCAD.org - JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.
oce - OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
ViewSCAD - A Jupyter renderer for the OpenSCAD and SolidPython Constructive Solid Geometry languages
scad-clj - OpenSCAD DSL in Clojure
pythonocc-core - Python package for 3D CAD/BIM/PLM/CAM
CQ-editor - CadQuery GUI editor based on PyQT
Stop-motion-OBJ - A Blender add-on for importing a sequence of OBJ meshes as frames
cadquery - CadQuery-- a parametric cad script framework
opencascade-emscripten-port - Open CASCADE - Emscripten / Webassembly port
libfive - Infrastructure for solid modeling