diff options
| author | Lockywolf <for_sbo.python3-solidpython_2023-07-02@lockywolf.net> | 2023-07-08 12:20:29 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:51 +0700 |
| commit | ddccb620ae2588b337fab750ca5c174559610338 (patch) | |
| tree | 328ad1a5b3e36ff9e3f1f197d743d02c6b151355 /python/python3-solidpython/README | |
| parent | 643836c6daa4eec1b1461415a7d975a7c86acbdb (diff) | |
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/README | 11 |
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! ...) |
