FreeCompetitors/apps/OpenSCAD.md.json

55 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2023-02-24 17:33:32 +01:00
{
"comment": "OpenSCAD is a free software application for creating solid 3D computer-aided design (CAD) objects. It is a script-only based modeller that uses its own description language; the 3D preview can be manipulated interactively, but cannot be interactively modified in 3D. Instead, an OpenSCAD script specifies geometric primitives (such as spheres, boxes, cylinders, etc.) and defines how they are modified and combined (for instance by intersection, difference, envelope combination, or Minkowski sums) to render a 3D model. As such, the program performs constructive solid geometry (CSG).",
"formats_read": [
"stl",
"off",
"amf",
"3mf",
"dxf",
"svg",
"csg"
],
"formats_write": [
"amf",
"3mf",
"csg",
"dxf",
"svg",
"stl",
"off"
],
"generic_name": [
"3D Modeling",
"Vector Graphics",
"Computer Aided Design",
"3D Printing"
],
"interface": [
"Qt"
],
"issues": [],
"languages": [
"C++"
],
"licenses": [
"GPL-2.0-or-later"
],
"links": {
"documentation": "https://openscad.org/documentation.html",
"git": "https://github.com/openscad/openscad",
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/OpenSCAD-logo.png/180px-OpenSCAD-logo.png",
"website": "https://openscad.org/",
"wikipedia": "https://en.wikipedia.org/wiki/OpenSCAD"
},
"names": [
"OpenSCAD"
],
"networks_read": [],
"networks_write": [],
"platforms": [
"GNU/Linux",
"Windows",
"BSD",
"macOS"
]
}