Python Cad

Open-source Python projects categorized as Cad

Top 23 Python Cad Projects

  • cadquery

    A python parametric CAD scripting framework based on OCCT

  • Project mention: GitHub - CadQuery/cadquery: A python parametric CAD scripting framework based on OCCT | /r/codeCAD | 2023-07-26
  • CQ-editor

    CadQuery GUI editor based on PyQT

  • Project mention: CadQuery Editor – a program for building parametric 3D CAD models using Python | news.ycombinator.com | 2023-09-02
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • NURBS-Python

    Object-oriented pure Python B-Spline and NURBS library

  • Project mention: Better OpenSCAD? | /r/openscad | 2023-05-02
  • opencascade.js

    Port of the OpenCascade CAD library to JavaScript and WebAssembly via Emscripten.

  • Project mention: Is there a tutorial for making a CAD tool with Three.js? | /r/threejs | 2023-05-20

    For proper CAD in browser, you'd need something like opencascadejs. I've integrated it to Polygonjs, here is an example scene, and a video intro

  • mesh_mesh_align_plus

    Precisely align, move, and measure+match objects and mesh parts in your 3D scenes.

  • Project mention: Mesh Align Plus 1.0 | news.ycombinator.com | 2023-07-17
  • CfdOF

    Computational Fluid Dynamics (CFD) for FreeCAD based on OpenFOAM solver

  • Project mention: What is the best software for me for Aerospace Engineering? | /r/AerospaceEngineering | 2023-04-30

    For a completly free package you can use OpenFOAM for CFD (and bit of FEA) and FreeCAD for CAD while I dont know how good it is. It also has built-in FEM workbench I believe. And there is something called CfdOF (https://github.com/jaheyns/CfdOF) it combines freeCAD with OpenFOAM but again I didn't used it so I am not really informed.

  • gdsfactory

    python library to design chips (Photonics, Analog, Quantum, MEMs, ...), objects for 3D printing or PCBs.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • tsugite

    This is the repository of a Tsugite. It is a research prototype of an interactive software that supports the design and fabrication of wood joints.

  • build123d

    A python CAD programming library

  • Project mention: Text to CAD? | news.ycombinator.com | 2024-02-24

    I haven't tried Zoo (really, unique naming isn't THAT hard...), and afict I can't see the code so I prob never will, but I got perfect results with build123d recently. Admittedly it's python to cad, not AI text to cad, but it was a joy to use after getting over the initial learning curve. The users and devs hang out on the slack chan and are very helpful.

    https://github.com/gumyr/build123d

  • jupyter-cadquery

    An extension to render cadquery objects in JupyterLab via pythreejs

  • Project mention: Show HN: Consol3 – A 3D engine in the terminal that executes on the CPU | news.ycombinator.com | 2024-02-23

    supports WebGL over SSH/MoSH

    https://www.brow.sh/docs/introduction/ :

    > The terminal client updates and renders in realtime so that, for instance, you can watch videos. It uses the UTF-8 half-block trick () to get 2 colours from every character cell, thus simulating basic graphics.

    https://github.com/fathyb/carbonyl :

    > Carbonyl originally started as html2svg and is now the runtime behind it.

    Always wondered how brew.sh added the brew sprite there; that's real nice.

    TIL that e.g. Kitty term can basically framebuffer modified Chrome?

    https://github.com/chase/awrit :

    > Yep, actual Chromium being rendered in your favorite terminal that supports the Kitty terminal graphics protocol.

    FWIW Cloudflare has clientless Remote Browser Isolation that also splits the browser at the rendering engine.

    A TUI Manim renderer would be neat. Re: Teaching math with Manim and interactive 3d: https://github.com/bernhard-42/jupyter-cadquery/issues/99

    What would you add to make it easier to teach with this entirely CPU + software rendering codebase?

    What prompts for learning would you suggest?

    - Pixar in a Box, Wikipedia history of CG industry: https://westurner.github.io/hnlog/#comment-36265807

    - "Rotate a wireframe cube or the camera perspective with just 2d pixels to paint to; And then rotate the cube about a point other than the origin, and then move the camera while the cube is rotating"

    - OTOH, ManimML, Yellowbrick, and the ThreeJS Wave/Particle simulator might be neat with a slow terminal framebuffer too

  • MeasureIt_ARCH

    MeasureIt_ARCH is an addon for Blender, that adds tools to create design documentation and technical drawings that can be previewed within Blender's 3D viewport, and exported as images, vector graphics or .dxf files. Read the Doc's here:

  • curated-code-cad

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

  • Project mention: Dune 3D – an open source parametric 3D CAD app bassed on OCCT | news.ycombinator.com | 2023-10-23

    > I would love to see a successor to OpenSCAD

    There is quite a few "code" CAD's around https://github.com/Irev-Dev/curated-code-cad. Cadquery has contraints but isn't really a DSL.

  • onshape-to-robot

    Converting OnShape assembly to robot definition (SDF or URDF) through OnShape API

  • pymadcad

    Simple yet powerful CAD (Computer Aided Design) library, written with Python.

  • partcad

    The first package manager for CAD models to revolutionize Product Lifecycle Management (PLM)

  • Project mention: PartCAD the first package manager for CAD models | news.ycombinator.com | 2023-12-27
  • spydrnet

    A flexible framework for analyzing and transforming FPGA netlists. Official repository.

  • Image2CAD

    An application to translate raster image of CAD drawing sheet to a user editable DXF format.

  • pykicad

    Library for working with KiCAD file formats

  • paramak

    Create parametric 3D fusion reactor CAD and neutronics models (by fusion-energy)

  • creopyson

    Python library for Creoson (http://www.creoson.com)

  • cqMore

    More fundamental API on CadQuery.

  • Pythonocc-nodes-for-Ryven

    Pythonocc nodes for Ryven

  • Project mention: Show HN: Flyde – an open-source visual programming language | news.ycombinator.com | 2024-03-07

    As a visual person (traditionally trained as a graphic artist), I've wanted this sort of thing for a long while, and I've been trying to use it for 3D.

    Surprisingly, there are multiple specialized tools for this:

    - https://www.blockscad3d.com --- an adaptation of Google's Blockly to OpenSCAD

    - https://github.com/derkork/openscad-graph-editor --- wires and nodes, it has the advantage of exposing _all_ of OpenSCAD's commands (the above has a subset)

    - https://github.com/Tanneguydv/Pythonocc-nodes-for-Ryven --- a module for using PythonOCC in Ryven --- when I finally succeeded, I found the language inscrutable, even when provided w/ quite nice examples (definitely a failing on my part, not that of the tool)

    - https://github.com/graphscad/graphscad --- it took a long while for the source code for this to be made available, and for a while it had compatibility problems (why was "cube" redefined?) --- probably defunct for political reasons, it had some interesting ideas, in particular the ability to have custom icons for modules

    - https://www.nodebox.net --- if memory serves I got hung up by not easily being able to do 3D, and when doing 2D having precision problems (or maybe that was Processing.org)

    and I've been using these tools to make various things:

    https://willadams.gitbook.io/design-into-3d/3d-project

    (and maybe eventually I'll finish something)

    The problem I've been running into is there doesn't seem to be an answer to the question:

    "What does an algorithm look like?"

    I recently had occasion to mention Herman Hesse's _The Glass Bead Game_ (also published as _Magister Ludi_) and I'll bring it up again --- what is a meaningful graphical representation of a program?

    The Drakon folks argued that there should be one true path but that's not really communicative and I would note that if this was a simple thing it wouldn't be decades since I last saw a physical Flowcharting Template:

    https://americanhistory.si.edu/collections/object-groups/flo...

    (and it's pretty rare to even see a well-done electronic drawing of a flowchart since Visio made its splash and vanished into the bowels of Microsoft)

    The main problem seems to be one of expressiveness not scaling up well, hence:

    https://blueprintsfromhell.tumblr.com/

    https://scriptsofanotherdimension.tumblr.com/

    Presumably, one doesn't want to define modules/variables unnecessarily --- but the question becomes where is that boundary?

    If you define too many, then you're back to the "wall of text" which one was trying to avoid (but wrapped up in nice boxes with some lines or shapes), and if one doesn't use them (well, look at the pretty/awful images in the links above).

    Ideally, a well-coded visual program would have a pleasing aesthetic appearance which is expressive and communicates flow and function, and I've tried for that at:

    https://willadams.gitbook.io/design-into-3d/programming

    (though I wish that there was an easy way to export an SVG version of a program)

    I believe that what is needed here is some graphical equivalent to Literate Programming: http://literateprogramming.com

    Is there a nice GUI toolkit integration which would allow making a graphical application with this? I have an idea I want to try it which might be a good fit.

  • paramak

    Create parametric 3D fusion reactor CAD models

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Cad related posts

Index

What are some of the best open-source Cad projects in Python? This list will help you:

Project Stars
1 cadquery 2,777
2 CQ-editor 679
3 NURBS-Python 571
4 opencascade.js 544
5 mesh_mesh_align_plus 540
6 CfdOF 438
7 gdsfactory 404
8 tsugite 402
9 build123d 323
10 jupyter-cadquery 297
11 MeasureIt_ARCH 243
12 curated-code-cad 219
13 onshape-to-robot 210
14 pymadcad 194
15 partcad 106
16 spydrnet 79
17 Image2CAD 76
18 pykicad 61
19 paramak 57
20 creopyson 54
21 cqMore 48
22 Pythonocc-nodes-for-Ryven 42
23 paramak 36

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