Jump to content

OpenSCAD

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Ttennebkram (talk | contribs) at 06:15, 18 February 2013 (added link to beginners tutorial). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

OpenSCAD
Developer(s)Marius Kintel, Clifford Wolf
Stable release
2013.01
Repository
Operating systemWindows, Linux and Mac OS X
TypeCAD
LicenseGNU General Public License
Websitewww.openscad.org

OpenSCAD is a free software application for creating solid 3D CAD objects. It is not an interactive modeler, but rather a 3D-compiler. OpenSCAD reads from a script and renders a 3D model from it. OpenSCAD is available for Windows, Linux and Mac OS X. It does constructive solid geometry (CSG). OpenSCAD can also extrude forms from AutoCAD DXF files.

As of 2011, it uses Computational Geometry Algorithms Library (CGAL) as the basic Computational Solid Geometry engine, taking care of details such as intersection, difference and minkowski sums. The results can be rendered into 3D STL files.

It uses OpenCSG and OpenGL for fast previewing of models: rendering with CGAL (as with other CSG geometry engines) can sometimes take several minutes or hours.

Popularity

As of Feb 2013 over 4,000 projects on Thingiverse leverage OpenScad, MakerBot has a series of OpenScad Tutorials, and RepRap's wiki has an OpenScad page.

See also