diff options
author | David Spencer <baildon.research@googlemail.com> | 2013-05-12 22:11:26 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-05-12 22:11:26 -0300 |
commit | 6e1b54f1668feb35639679fd72e4f6a87603df7b (patch) | |
tree | 711a1def6407826557bb15d917dbc200f2f5f14f /graphics/openscad/README | |
parent | f6dcb81c56730f00d103640aedb8117d59240dbc (diff) |
graphics/openscad: Added (CAD software for solid 3D objects)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'graphics/openscad/README')
-rw-r--r-- | graphics/openscad/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/openscad/README b/graphics/openscad/README new file mode 100644 index 0000000000..ffa078db25 --- /dev/null +++ b/graphics/openscad/README @@ -0,0 +1,4 @@ +OpenSCAD is CAD software for creating solid 3D objects. It is not an +interactive modeller. Instead it is something like a 3D-compiler that reads +in a script file that describes an object and renders the 3D model from +the script file. |