Hacker News new | ask | show | jobs
by vutekst 1210 days ago
This looks like a good replacement for most of what I do in fusion360, but one operation I'm not sure about is importing an existing SVG file and using it for sketch geometry, say, to put an embossed logo onto something. In looking through the Replicad docs, the only SVG references I saw were about exporting.

Is this something people have done with Replicad? Perhaps with an additional lib for parsing SVG into a set of 2D curves?

1 comments

Something like this? https://blingmything.sgenoud.com/

You can find the code (with SVG import) here: https://github.com/sgenoud/replicad-decorate and https://github.com/sgenoud/blingmything

And use it like this (it does not work in Firefox yet, it needs module workers): https://studio.replicad.xyz/workbench?code=UEsDBAoAAAAIAIyZV...

Why yes actually! Thanks for your quick and very helpful reply