openscad
SolidPython
Our great sponsors
- SonarCloud - Analyze your C and C++ projects with just one click.
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
openscad | SolidPython | |
---|---|---|
68 | 13 | |
5,891 | 1,017 | |
1.3% | 0.8% | |
9.2 | 0.0 | |
7 days ago | 7 months 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.
openscad
-
Looking for a poor man's AutoCad
LibreCAD, OpenSCAD (more script based and more for solids), FreeCAD.
-
Unexpected behavior from rotate_extrude
Yep happens here in 2023.03.05, weird - I guess you could lodge a bug and see what happens
-
manifold backend is just merged
1.) Check out the latest github source and follow the build directions: https://github.com/openscad/openscad
Just to share the news that https://github.com/openscad/openscad/pull/4533 is just merged, which uses https://github.com/elalish/manifold for multithreaded rendering. CUDA is not yet enabled but there is already a large speedup over fastcsg. The long standing https://github.com/openscad/openscad/issues/391 will probably close soon! You can now use multiple cores to do rendering!
-
I built an online Dactyl Generator, but with fast previews and STL export
https://github.com/elalish/manifold provides fast csg operations (WIP PR for using manifold as backend for OpenSCAD: https://github.com/openscad/openscad/pull/4533) and wasm build (manifoldcad.org).
-
What is the bottleneck in OpenSCAD rendering?
https://github.com/openscad/openscad/issues/391 (this issue was opened in 2013, still open)
So OpenSCAD could be sped up of CGAL could be sped up. In the github repository is/was a pull request to do something like that, but the request was not accepted because some of the automated tests did not pass.
-
For Dactyl Manuform builders using OpenSCAD - huge render speedup with fast-csg
If you catch a performance regression please open an issue! https://github.com/openscad/openscad/issues
-
Is there a way to assign properties to solid objects?
Sadly, no. There's been a bunch of talk on implementing these functionalities, for various contexts - materials, colors, parts, etc. Sadly, the gist is that those properties won't get through the renderer.
SolidPython
-
Better OpenSCAD?
https://github.com/SolidCode/SolidPython --- apparently there's a fork as a v2 which is to be preferred
- Is there a way to assign properties to solid objects?
-
Created a makefile build system using python for easier generation of multiple scad objects
Then use SolidPython to generate the scad files. ;)
- SolveSpace – parametric 2d/3D CAD
-
GhostSCAD: Marrying OpenSCAD and Golang
I wonder how many OpenSCAD wrappers now exist? I know of scad-clj [0], openpyscad [1], and solidpython [2].
I particularly like scad-clj, because of `lein auto generate`. It watches source files, and regenerates the OpenSCAD files automatically, which OpenSCAD then also picks up. Although I'm not well versed in Clojure, and find debugging Clojure tricky, the workflow is just so good.
[0] https://github.com/farrellm/scad-clj
-
OpenScad is great, but slow to render.
Also, if it’s screw threads you’re after, there may just be some faster (== non-minkowski) ways to do that. OpenSCAD calculates polyhedrons much faster than big unions of parts. Buut, OpenSCAD also kinda sucks for doing vector math. I wrote SolidPython to get around some of the constrictions of OpenSCAD, and the screw_thread utility method should render decently detailed threads (120 segments per revolution, say) in a few seconds.
-
Support for Javascript?
This sub is understandably enthusiastic about the OpenSCAD language, but I’m with you in preferring existing general purpose languages. For browser-enabled Python & OpenSCAD, check out ViewSCAD, or for basic Python, see my SolidPython
What are some alternatives?
openpyscad - Python library to generate OpenSCAD source code. This library provides intuitive interface when you handle 3D data.
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.
Round-Anything - A set of OpenSCAD utilities for adding radii and fillets, that embodies a robust approach to developing OpenSCAD parts.
implicit - A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
ViewSCAD - A Jupyter renderer for the OpenSCAD and SolidPython Constructive Solid Geometry languages
BOSL - The Belfry OpenScad Library - A library of tools, shapes, and helpers to make OpenScad easier to use.
BOSL2 - The Belfry OpenScad Library, v2.0. An OpenSCAD library of shapes, masks, and manipulators to make working with OpenSCAD easier. BETA
curv - a language for making art using mathematics
cherry-mx-keycaps - 3D models of keycaps in cherry profile.
MCAD - OpenSCAD Parametric CAD Library (LGPL 2.1)
fswatch - A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.