unsubbed.co

OpenSCAD

OpenSCAD is a C++-based application that provides openSCAD: software for creating solid 3D CAD objects.

Overview

OpenSCAD - The Programmers Solid 3D CAD Modeller The project has 9K+ GitHub stars and is licensed under NOASSERTION.

Getting Started

Source: GitHub README

cylinder(h = 30, r = 8);
union() \{
    cylinder(h = 30, r = 8);
    sphere(20);
\}

Normalized Features

Source: tool-features-normalized.json

brew, docker, plugins.

Features

Integrations & APIs

  • Plugin / Extension System