summaryrefslogtreecommitdiffstats
path: root/python/python3-solidpython/README
diff options
context:
space:
mode:
author Lockywolf2023-07-08 05:20:29 +0200
committer Willy Sudiarto Raharjo2023-07-08 11:41:51 +0200
commitddccb620ae2588b337fab750ca5c174559610338 (patch)
tree328ad1a5b3e36ff9e3f1f197d743d02c6b151355 /python/python3-solidpython/README
parent643836c6daa4eec1b1461415a7d975a7c86acbdb (diff)
downloadslackbuilds-ddccb620ae2588b337fab750ca5c174559610338.tar.gz
python/python3-solidpython: Added (python solid modelling).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-solidpython/README')
-rw-r--r--python/python3-solidpython/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/python/python3-solidpython/README b/python/python3-solidpython/README
new file mode 100644
index 0000000000..fecef50b10
--- /dev/null
+++ b/python/python3-solidpython/README
@@ -0,0 +1,11 @@
+SolidPython is a generalization of Phillip Tiefenbacher's openscad
+module, found on Thingiverse. It generates valid OpenSCAD code from
+Python code with minimal overhead.
+
+Advantages Because you're using Python, a lot of things are easy that
+would be hard or impossible in pure OpenSCAD. Among these are:
+
+built-in dictionary types
+mutable, slice-able list and string types
+recursion
+external libraries (images! 3D geometry! web-scraping! ...)