davidhatten / geometric-drawer

A little single-page javascript app to generate simple geometries and mandalas
0 stars 0 forks source link

Export to 3d printer format #32

Open davidhatten opened 6 years ago

davidhatten commented 6 years ago

Sure. export to 3d printer format. How feasible is this? No idea. If the libraries exist to convert from SVG to CAD, should be simple enough. If not, this is a fools errand....

...but it would be cool to have a Flower of Life 3D printed

davidhatten commented 6 years ago

There is a utility for this already, sorta. It's not a library, but a tool.

https://github.com/rcalme/svg-to-stl/tree/d5f2dd8114f4b435aebe1639f3845d2f6d072177

I could rewrite that as a library/module, or I could just export as svg and then use that.

Latter might be easier for awhile.