antimony
cadquery
Our great sponsors
antimony | cadquery | |
---|---|---|
7 | 25 | |
1,999 | 2,011 | |
- | 5.7% | |
4.4 | 7.9 | |
12 days ago | 5 days ago | |
C++ | Python | |
- | GNU General Public License v3.0 or later |
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.
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)
cadquery
-
Pipeline to automate the process from creating 3d objects to start a print job
I am currently developing a pipeline for creating STL files, slice them and create a print job based on it. My setup at the moment is an Ultimaker S5, which offers a simple REST-API, for example starting a job with a G-Code or UFP file. I am using the cadQuery library for creating parametrized 3d shapes and export them as a STL file. I want to use the CuraEngine CLI interface (Backend for Cura) for slicing or their library libArcus (python bindings) but there is literally no documentation or any kind of examples, except the source code. There is also the prucaSlicer, which also offers a CLI interface for creating G-Code, but no support for the Ultimaker S5.
-
What is the end purpose of your OpenBSD system?
CadQuery would be a closer alternative to OpenSCAD. Not sure if it’s available on OpenBSD.
-
capturing values of x and y
Check out https://github.com/CadQuery/cadquery
-
Show HN: MarkovJunior, PPL based on pattern matching and constraint propagation
That thesis is really fun, but it will take me a couple weeks to digest. Before it even starts I see Pat Hanrahan, who is one of the nicest most creative people I have met in CS (), I know this going to be good.
A fantasy of mine is to have a bag of arbitrary constraints and behaviors of agents that exercise the system. One could sketch a building, model the behavior of people that will use it and let the system run, doing backwards and forwards inference to evolve a structure that makes those agents satisfied across lots of criteria. The designer if they are still called that, can select designs they like and the system can use that as a seed or test oracle. Virtual cows, cow paths and evolvable structures wrt those cow paths.
What do you think of "Growing Neural Cellular Automata" [1]
Are you by chance following CadQuery? [2]
- SolveSpace – parametric 2d/3D CAD
- Learning CAD on Linux
-
CadQuery Comes of Age
I agree with you. That's why in the past I made this issue: https://github.com/CadQuery/cadquery/issues/153
The developers don't seem to be receptive. But fortunately a nix flake exists: https://github.com/marcus7070/cq-flake
Takes ages to compile thought so I advice you to either be patient or add the cache.
If it's only distributed by anaconda, it's a hard "no" for me, since anaconda breaks existing libraries. I mean I could play with miniconda, but really, a docker container / flatpak would be better suited. And if I have to spend hours to try to get something to work, it's usually not worth the sunk time.
See here for the discussion.
-
CadQuery –- A Python parametric CAD scripting framework based on OCCT
Yeah, I think their approach to blaming PyPi for not being able to distribute their 1GB standard install is really putting the blame on the wrong people.
https://github.com/CadQuery/cadquery/issues/153#issuecomment...
As an example of an approach that doesn't break Pypi, nltk distributes through Pypi but has an download() method for installation.
What are some alternatives?
blender-cad-tools - a collection of Blender addons to make CAD design with Blender even more enjoyable
solvespace - Parametric 2d/3d CAD
FreeCAD - Link branch FreeCAD
pythonocc-core - Python package for 3D CAD/BIM/PLM/CAM
opencascade-emscripten-port - Open CASCADE - Emscripten / Webassembly port
curated-code-cad - A list of the various code-cad projects out there.
ViewSCAD - A Jupyter renderer for the OpenSCAD and SolidPython Constructive Solid Geometry languages
CascadeStudio - A Full Live-Scripted CAD Kernel in the Browser
CQ-editor - CadQuery GUI editor based on PyQT
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.
BOSL2 - The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
numpy-stl - Simple library to make working with STL files (and 3D objects in general) fast and easy.