Hacker News new | ask | show | jobs
by 5cott0 2235 days ago
Very nice work! Unfortunately it appears Snap.svg has been sunsetted and has not been updated for a few years.
1 comments

Too bad, was only a thin wrapper at best though. Maybe time for a new open source SVG library.
d3 would be the obvious choice to me. I have only taken a cursory look at your code but strikes me that it could be fairly straight forward to rewrite it using d3.
d3 is just a low-level combination of HTML, CSS, JS and SVG. It's seldom obvious how anything is easy to do "using d3," unless manipulating a table of data.

Essentially, if you're a raw d3 programmer, you're a front-end web engineer.

What’s considered the goto one now days?