|
|
|
|
|
by dgrnbrg
4572 days ago
|
|
If OpenSCAD isn't powerful enough for you, there's a Clojure wrapper that lets you leverage Clojure to generate SCAD code: https://github.com/farrellm/scad-clj. OpenSCAD automatically re-renders the model when the file changes on disk, so you can essentially have a 3D modeling REPL with this setup. |
|
I love this feature of OpenSCAD. I've tried 3d modeling tools in the past, they just don't work for me. But code, I can do that. With a Mac Mini hooked up to my TV (primarily for watching videos, listening to music) I ssh into it and edit the files with emacs, and every save I get an updated view. I need to take a look at this clojure wrapper, however. I'm not hugely familiar with clojure, but CL and scheme I've got so it shouldn't take me long.