-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathopenscad-2021.01.00.yaml
31 lines (27 loc) · 2.21 KB
/
openscad-2021.01.00.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
info:
id: openscad
version: 2021.1.0
summary: OpenSCAD is a 3D CAD program for the creation of 3D models.
description: |
OpenSCAD is software for creating solid 3D CAD models. It is free software and available for Linux/UNIX, Windows and Mac OS X. Unlike most free software for creating 3D models (such as 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 designs 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. Autocad DXF files can be used as the data exchange format for such 2D outlines. In addition to 2D paths for extrusion it is also possible to read design parameters from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the STL and OFF file formats.
demands:
windows and x86:
install:
unzip: https://files.openscad.org/OpenSCAD-2021.01-x86-32.zip
strip: 1 # strip off the base directory from inside the zip file.
sha256: e5ed42fce82b212f21d592aebf2c12c02ddf402163d24cfb736545ab18a51e4a
windows and x64:
install:
unzip: https://files.openscad.org/OpenSCAD-2021.01-x86-64.zip
strip: 1 # strip off the base directory from inside the zip file.
sha256: fb0caabf5bbc89f8f2f80c10b79ae64d697aaff6efd58b2756f5d6270edb7ba7
windows: # common to all windows platforms
settings:
tools:
openscad: openscad.exe
settings: # common settings regardless of platform
paths:
path: . # add the base folder of the artifact to the PATH.
# openscadpath: libraries