by fogleman on 2/15/21, 2:06 PM with 51 comments
by fogleman on 2/15/21, 4:45 PM
Well, I wanted to make a 3D model and 3D print it, but I just didn't want to use OpenSCAD. So I ended up making a whole new 3D modeling library based on signed distance functions. I'm pretty happy with how it turned out so far, so I thought I would write a nice README and share it here.
It's certainly complete enough that you could try it out and make your own 3D models - let me know if you make anything interesting!
by emmanueloga_ on 2/17/21, 3:12 AM
Something that I find inspiring in his work is that he seems to use pretty !boring! tech (imho). No rust?! No lisp/reactive/functional/esoteric programming!? what?! You can't be cool if you use mainstream tech like go or python, right? Well, it turns out, you can!
Well done sir :-)
by nopsles on 2/17/21, 7:28 AM
by alanbernstein on 2/17/21, 3:06 AM
I'm a little more comfortable in python, plus I think the language is better suited to this, as a DSL or something like it. I'll definitely try it out, thank you for sharing.
by cableclasper on 2/17/21, 4:43 AM
by 1wd on 2/17/21, 6:57 AM
by jononor on 2/17/21, 9:12 AM
CadQuery is another library for programming 3d-models in Python. A good alternative to OpenSCAD. Has integration in FreeCAD but can also be used stand-alone.
by curiousmech on 2/17/21, 2:19 AM
by kavalg on 2/17/21, 2:10 PM
by 127 on 2/17/21, 9:40 AM
by neolog on 2/17/21, 3:48 AM
by tarsiel on 2/15/21, 7:02 PM