Artyom Lebedev
Artyom Lebedev
What I mentioned is something like described here: https://webglfundamentals.org/webgl/lessons/webgl-picking.html Among with modifying rendering pipeline it also requires saving IDs of each primitive as vertex atribute. Since we have 2D-only viewer,...
This feature is planned for the next major release. It requires significant architectural changes to the library, which will make it very different from its current state as just a...
Hello, I will definitely take a look at all your samples once I have some free time (perhaps in a few days). Maybe it is time to implement solid hatching...
Seems the problem with non-solid hatching caused by my complete misunderstanding of hatching styles due to a lack of documentation. I was under impression that `outermost` style means hatching between...
I took a quick look at your fork, it seems to be very valuable work. Yes, make PR for sure. Feel free to add yourself to the CONTRIBUTORS file. Thanks!
The library does not support writing in any form. Currently it can read text DXFs only, binary representation is not supported.
OK, I will think about it. Actually, this kind of feature is not for the library itself, but for applications built on top of it. Could do something like that...
I am not aware about other public services based on `dxf-viewer`. I know people use it a lot, but mostly in proprietary projects. More examples are better, indeed. Anyone is...
Hi, Actually I am not familiar with rollup and never tried to use it with this library. From the first look, it seems that it cannot resolve that imports without...
The fix is in `master` branch, not yet released in `npm` (there still other problems most probably will occur). You can use it directly by specifying this in your `package.json`:...