Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sellorm/openscad
A thin R package wrapper around OpenSCAD
https://github.com/sellorm/openscad
Last synced: 28 days ago
JSON representation
A thin R package wrapper around OpenSCAD
- Host: GitHub
- URL: https://github.com/sellorm/openscad
- Owner: sellorm
- License: other
- Created: 2024-12-06T00:25:59.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-06T01:17:45.000Z (28 days ago)
- Last Synced: 2024-12-06T01:28:18.552Z (28 days ago)
- Language: R
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openscad - An experimental R package wrapper for the OpenSCAD langauge
Allows you to generate 3D models from R using [OpenSCAD](https://openscad.org)
There's an article about it here: https://blog.sellorm.com/2024/12/06/designing-3d-prints-with-r/
Requires that OpenSCAD is installed if you want to export any models you create to STL.
Probably easier just to do your modelling directly in OpenSCAD ;)
Never tested on Windows.
YMMV.