libredwg
libredwg copied to clipboard
Official mirror of libredwg. With CI hooks and nightly releases. PR's ok
use bit_chain's not pointers. use the r2004 decompressor. use fields, not hand-written getters.
https://json-schema.org/ https://github.com/LibreDWG/libredwg/blob/work/libredwg-schema/libredwg-schema.json let gen-dynapi.pl generate it.
error:  bug file: [dwg.zip](https://github.com/LibreDWG/libredwg/files/12256366/dwg.zip)
# Can we package the code to vcpkg? - [vcpkg](https://github.com/microsoft/vcpkg) - [package a lib](https://learn.microsoft.com/zh-cn/vcpkg/) # Are there any guidelines or permits I should follow?
RS,RL,handles still broken on mips32 and ppc64 big-endian. I'm adding now qemu binfmt support (debian-style) to the scripts (env LD_LIBRARY_PATH='/usr/powerpc64-linux-gnu/lib), just debugging is tricky there. * [X] compile on mip32...
In doc is construct like: ``` line (0 0 0) (100 0 100) line.layer = "1" ``` But output is: ``` ERROR: dwg_dynapi_entity_set_value: Invalid LINE field layer ``` in ```dwgadd...
Hello, I'm trying to convert dwg to dxf using dwg2dxf, there are some errors and the dxf file is not generated. Are there any way to solve the errors? Thank...
I downloaded the libredwg-0.12.5.5885-win64.zip and extracted it. I'm trying to run the dwg2svg2.exe. I'm getting a popup saying libredwg-0.dll was not found. How do I get this? Do I need...
In order to display the type and name of each handle, starting with HEADER, we'd need to prescan all objects (HANDLES) at least for the type, for table records even...
In https://github.com/LibreDWG/libredwg/issues/713 we discussed that PR is ugly and we need common POLYLINE and VERTEX entities.