OpenSCAD icon
OpenSCAD icon

OpenSCAD

 80 likes

OpenSCAD is a software for creating solid 3D CAD objects. It is free software and available for Linux/UNIX, MS Windows and MacOS.

OpenSCAD screenshot 1

License model

  • FreeOpen Source

Application types

Country of Origin

  • AT flagAustria
  • European Union flagEU

Platforms

  • Mac
  • Windows
  • Linux
4.5 / 5 Avg rating (2)
80likes
2comments
0news articles

Features

Suggest and vote on features
  1.  Procedural Modeling
  2.  Parametric Modeling
  3.  Text Based Format

 Tags

OpenSCAD News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

OpenSCAD information

  • Developed by

    AT flagClifford Wolf
  • Licensing

    Open Source and Free product.
  • Written in

  • Rating

    Average rating of 4.5
  • Alternatives

    46 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Photos & Graphics

GitHub repository

  •  7,781 Stars
  •  1,294 Forks
  •  978 Open Issues
  •   Updated Apr 27, 2025 
View on GitHub

Our users have written 2 comments and reviews about OpenSCAD, and it has gotten 80 likes

OpenSCAD was added to AlternativeTo by innovator116 on May 24, 2010 and this page was last updated Apr 13, 2025.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
Buom_01
Aug 3, 2024
1

Tricky to do curves and rounded edge, but for most task, particularly artifacts, it's really quick to get beautiful result. Its interface is really ugly while its code editor is too much basic, but that's not a real problem at all. I set 4 stars because its learning curve is OK and all works I do with it render fine. There are some online modules to create rounded square, else the `minkowski` module will do the job.

sgall
Sep 4, 2011
0

Openscad enables you to construct 3D objects by building up from cubes, prisms, spheres, cones etc. You specify dimensions in a script which I find easier because I dont have to learn a viewing and editing interface.
Also making accurate drawings does not require manual dexterity.

There is a rendering interface so that you can see your object in 3D. This is a little limited but quite workable. My main problem is losing the object by zooming out too far or having it offscreen and it is a bit hard to get it visible again.

Output and printing is limit. You can output in STL, which I have imported into Blender OK. You can project onto a plane which you can output as DXF. This does not seem to load into InkScape unfortunately. Someone said it loads into Openoffice draw. The DXF file opens into Qcad OK. This is how I have printed so far but you have the Qcad text written over your file on the demo version.

I am making a plan of my house. I have found this the most successful solution yet because I can add a room or 2 at night by just adding to the script and I can add comments.

One niggle - (I think it is limitation of the constcructive geometry system used) is that you cant get the program to to give you measurements off a constructed object. You are reduced to working out coordincates which can be tricky after you have done a lot of transforms.

What is OpenSCAD?

OpenSCAD is a software for creating solid 3D CAD objects. It is free software and available for Linux/UNIX, MS Windows and MacOS.

Unlike most free software for creating 3D models (such as the famous application Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies.

OpenSCAD is not an interactive modeller. Instead it is something like a 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script file. This gives you (the designer) full control over the modelling process and enables you to easily change any step in the modelling process or make designes that are defined by configurable parameters.

OpenSCAD provides two main modelling techniques: First there is constructive solid geometry (aka CSG) and second there is extrusion of 2D outlines. As data exchange format for this 2D outlines Autocad DXF files are used. In addition to 2D paths for extrusion it is also possible to read design parametes from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the STL and OFF file formats.

Official Links