cadquery VS SolidPython

Compare cadquery vs SolidPython and see what are their differences.

cadquery

A python parametric CAD scripting framework based on OCCT (by CadQuery)

SolidPython

A python frontend for solid modelling that compiles to OpenSCAD (by SolidCode)
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cadquery SolidPython
40 13
5,254 1,254
4.7% 0.4%
7.9 3.8
1 day ago 8 months ago
Python Python
GNU General Public License v3.0 or later -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

cadquery

Posts with mentions or reviews of cadquery. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-04-17.
  • Beyond Blocks and Lines: How CadQuery is Revolutionizing Parametric Design
    3 projects | dev.to | 17 Apr 2026
    For decades, Computer-Aided Design (CAD) software has relied on graphical user interfaces (GUIs) for creating 3D models. While powerful, these tools often present limitations for automation, version control, and complex parametric design. The typical workflow involves manually creating features, applying constraints, and managing relationships - a process that can be time-consuming, error-prone, and difficult to scale. Many organizations have found that maintaining a history of design changes and adapting models to new requirements can become a significant bottleneck. This is where CadQuery enters the picture, offering a fundamentally different approach.
  • Dune3d: A parametric 3D CAD application
    17 projects | news.ycombinator.com | 22 Mar 2026
    - CadQuery (https://github.com/CadQuery/cadquery/)
  • Show HN: Vibe Code your 3D Models
    2 projects | news.ycombinator.com | 27 Feb 2026
    Having played around with this a bit, I recommend using https://github.com/CadQuery/cadquery as the CAD language instead. I'm pretty sure it could even transpile to OnShape / Solidworks models as well, though it might require some funky hacks with their extensions frameworks
  • 3D-Printed Mathematical Lampshades
    2 projects | news.ycombinator.com | 28 Jan 2026
  • OpenSCAD Is Kinda Neat
    24 projects | news.ycombinator.com | 20 Dec 2025
    Could you please elaborate on how this is different than the other python based modeling tools - build123d[0] and CadQuery[1].

    I recently also got annoyed with OpenSCAD and its limitations and therefore started experimenting with Build123d. I'm very much a beginner in the CAD space and would love to understand what inspired you to build sdf.

    My basic understanding is that STL files are essentially like Bitmap images and store a list of triangles and their positions, whereas STEP files are more like Vector art where there is a list of instructions on how to build the model. Most CAD GUI programs also operate on a similar model to vector art where they record a list of operations one on top of another. It's why STEP files are a standardized format and can be imported / exported from most GUI based CAD builders. I think.

    Given that SDF also seems like it builds only STL files (I could be wrong), wouldn't learning build123d or CadQuery work better if one cares about compatibility with existing GUI based CAD modeling software?

    [0] - https://github.com/gumyr/build123d

    [1] - https://github.com/CadQuery/cadquery

  • Show HN: We wrote an open-source Text to CAD app
    2 projects | news.ycombinator.com | 5 Sep 2025
    Keep in mind that OpenSCAD doesn't support exporting .step files. Ticket to add support has been open for a long time but it's a hard to implement.

    https://github.com/CadQuery/cadquery is much more capable in that regards. It's based on more capable Open CASCADE Technology and Freecad also uses it.

    As for use cases, the only viable use case I see is to ask it to make a model based on a picture. Or ask it to fix the topological error. In other cases it's much faster to model than to describe it to agent

  • Design for 3D-Printing
    5 projects | news.ycombinator.com | 4 May 2025
  • We are shutting down the Ondsel FreeCAD business
    7 projects | news.ycombinator.com | 18 Nov 2024
    OpenSCAD is my go-to. It's self-contained and AI coding tools know the syntax well enough to help you move fast. Unfortunately I keep hitting a complexity ceiling.

    If it doesn't like how I'm describing something, it crashes. I have to load an older version of my .scad and try a new approach. This usually happens 70% of the way into a complex project, which is quite discouraging.

    The Python ecosystem has CadQuery[0] and a few other tools built around the Open Cascade kernel[1] which is quite good in my limited experience. CadQuery is positioned as an OpenSCAD alternative [2], and I really want it to be. Unfortunately the user experience isn't there yet.

    Making an object with CadQuery is writing a Python program. Which means you need a Python environment and dev setup. CQ-editor [3] is nice, but needs a Python environment first. I think CadQuery would be much more viable OpenSCAD alternative if it was packaged into a standalone CQ-editor application and published via homebrew, etc.

    I'm also interest in Zoo [4](fka KittyCAD). They're trying to create a modelling tool that combines model-by-code and model-by-mouse. With some AI layered on top. They have an interesting architecture where they stream geometry to your local device from the cloud. Should be great for performance, but ties you to the cloud.

    [0] https://github.com/CadQuery/cadquery

    [1] https://en.wikipedia.org/wiki/Open_Cascade_Technology

    [2] https://cadquery.readthedocs.io/en/latest/intro.html#why-cad...

    [3] https://github.com/CadQuery/CQ-editor

    [4] https://zoo.dev/

  • Show HN: A modern Jupyter client for macOS
    13 projects | news.ycombinator.com | 7 Jul 2024
    There aren't many great production-ready open-source frameworks for code-editor components in Swift. I assessed quite a few but found that the feature completeness was far from what I needed. I tried to fork [CodeEditSourceEditor](https://github.com/CadQuery/cadquery) and add the extra features I wanted, but I think it would have taken me 6-12 months to get it to an acceptable state, meanwhile not spending any time focusing on the rest of the product experience.

    I decided to play around with Typescript and Electron over a weekend and ended up getting a really solid prototype so I made the heart wrenching decision to move over.

    I'm messing around with writing my own text editor component in Swift now, but it's quite a big endeavour to get the standard expected for a production ready product.

    I'm assuming a pure-swift CAD UI would be equally difficult. Would be really cool to see that tho.

  • GitHub - CadQuery/cadquery: A python parametric CAD scripting framework based on OCCT
    1 project | /r/codeCAD | 26 Jul 2023

SolidPython

Posts with mentions or reviews of SolidPython. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-02.

What are some alternatives?

When comparing cadquery and SolidPython you can also consider the following projects:

pythonocc-core - Python package for 3D geometry CAD/BIM/CAM

openscad - OpenSCAD - The Programmers Solid 3D CAD Modeller

FreeCAD - Link branch FreeCAD

BOSL2 - The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA

curated-code-cad - A list of the various code-cad projects out there.

openpyscad - Python library to generate OpenSCAD source code. This library provides intuitive interface when you handle 3D data.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Python is
the 1st most popular programming language
based on number of references?