←back to thread

Nice things with SVG

(fuma-nama.vercel.app)
571 points fmerian | 1 comments | | HN request time: 0.209s | source
Show context
rckt ◴[] No.43666799[source]
SVG feels like a very underexplored and underused territory. You can do so many things with it. It really depends on your imagination. But you’ll possibly need to “hardcore” a lot of stuff, so yeah, depends on the use case as well.
replies(5): >>43666860 #>>43666997 #>>43667408 #>>43669839 #>>43670409 #
1. WillAdams ◴[] No.43667408[source]
Two usages which I thought were interesting:

- adding toolpath information so as to use Flash as the engine for a Computer Aided Manufacturing tool: https://github.com/Jack000/PartKAM

- (this was my project along w/ Edward R. Ford) adding hyperlinks to part lists to highlight parts in an assembly diagram: https://github.com/shapeoko/Docs --- unfortunately, that doesn't seem to work anymore.