The Visionary library contains 3D models in the areas of astronomy, microscopy, photography and electronics. It uses scad-clj to generate OpenSCAD models which can then be exported to STL or other file formats supported by OpenSCAD.
OpenSCAD is a nice tool to programatically generate 3D models, e.g. for printing with 3D printers. But the SCAD language is a description language, not a real programming language.
With scad-clj models can be created in clojure and rendered as SCAD files to be displayed by OpenSCAD.
© Ludger Solbach
LGPL-2.1
To use the Visionary OpenSCAD library, extract/copy the directory "visionary" to the libs folder of your OpenSCAD installation.
The project has the following directory layout
- Root directory
- Basic library files
- visionary/ (astronomy, microscopy, photography, etc)
- Domain specific library files
- visionary/models
- Concrete. printable models created with the modules from the library
- visionary/docs
- General documentation for the visionary library
Currently no dependencies.