gdsestimating / three-dxf

A dxf viewer for the browser using three.js
MIT License
548 stars 171 forks source link

Would you consider releasing dxf-painter as a separate package? #84

Open NGimbal opened 2 years ago

NGimbal commented 2 years ago

Great work on this library! 🙏 Thanks very much.

I've been hacking around with three-dxf and wanted to integrate it into my own three.js scene, similar to this issue: https://github.com/gdsestimating/three-dxf/issues/82

I had some other requirements, but basically I realized my request boiled down to using dxf-painter.ts independently of three-dxf. Is that something you would consider?

I would make implementing a "loader" for three.js pretty trivial, or people could "roll their own."