Difference between revisions of "OpenSCAD"

From Humanoid Robots Wiki
Jump to: navigation, search
(openscad notes)
 
m (fix lists)
 
Line 3: Line 3:
 
There are some nice extensions to make dealing with OpenSCAD less painful:
 
There are some nice extensions to make dealing with OpenSCAD less painful:
  
- [https://github.com/BelfrySCAD/BOSL2 BOSL2], which stands for the Belfry OpenSCAD Library, is a collection of implementations of OpenSCAD components.
+
* [https://github.com/BelfrySCAD/BOSL2 BOSL2], which stands for the Belfry OpenSCAD Library, is a collection of implementations of OpenSCAD components.
- [https://pypi.org/project/solidpython2/ SolidPython2] is a Python frontend for OpenSCAD which converts to the OpenSCAD DSL.
+
* [https://pypi.org/project/solidpython2/ SolidPython2] is a Python frontend for OpenSCAD which converts to the OpenSCAD DSL.

Latest revision as of 10:30, 1 August 2024

OpenSCAD is a programmatic CAD tool.

There are some nice extensions to make dealing with OpenSCAD less painful:

  • BOSL2, which stands for the Belfry OpenSCAD Library, is a collection of implementations of OpenSCAD components.
  • SolidPython2 is a Python frontend for OpenSCAD which converts to the OpenSCAD DSL.