OpenSCAD DSL in Clojure
Functions generally mirror OpenSCAD, with the following notable exceptions:
- All angles are in radians
- All primative forms are centered at the origin
Latest release: 0.2.1
Leiningen dependency information:
[scad-clj "0.2.1"]
Maven dependency information:
<dependency>
<groupId>scad-clj</groupId>
<artifactId>scad-clj</artifactId>
<version>0.2.1</version>
</dependency>