5 ms·
Do you have plans to open source the tool that generates the vector file for cutting?
by idank 6y ago
Do you have plans to open source the tool that generates the vector file for cutting?
- ewokone 6y agobump. very interesting indeed, what tools did you use, can you share some details please?
- idank 6y agoHe mentions what he uses in a different post of his: https://news.ycombinator.com/item?id=21194300 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.
- stuffmatic 6y agoYeah, 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.