aboutsummaryrefslogtreecommitdiff
path: root/graphics/openscad/README
diff options
context:
space:
mode:
authorDavid Spencer <baildon.research@googlemail.com>2013-05-12 22:11:26 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2013-05-12 22:11:26 -0300
commit6e1b54f1668feb35639679fd72e4f6a87603df7b (patch)
tree711a1def6407826557bb15d917dbc200f2f5f14f /graphics/openscad/README
parentf6dcb81c56730f00d103640aedb8117d59240dbc (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/README4
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.