Hacker News new | ask | show | jobs
by stuffmatic 2094 days ago
By popular demand, I've added Atom feeds for blog posts and projects:

https://stuffmatic.com/feed.xml https://stuffmatic.com/feed/projects.xml

1 comments

Do you have plans to open source the tool that generates the vector file for cutting?
bump. very interesting indeed, what tools did you use, can you share some details please?
He mentions what he uses in a different post of his: https://news.ycombinator.com/item?id=21194300

Sadly it seems he's not interested in sharing the code. That's legit, but would be nice to get a confirmation.

Yeah, I don't currently have any plans to release the code unfortunately. But in short it's a scenegraph library written in typescript plus a sprawling collection of algorithms in various states of completion. The scenegraph can be rendered to an SVG string and since the library does not depend on any browser specific APIs it can be run both in node.js and in a browser. For interactive browser based experimentation I use Vue.js for GUI stuff.