libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

Official mirror of libredwg. With CI hooks and nightly releases. PR's ok

Results 172 libredwg issues
Sort by recently updated
recently updated
newest added
trafficstars

use bit_chain's not pointers. use the r2004 decompressor. use fields, not hand-written getters.

enhancement

https://json-schema.org/ https://github.com/LibreDWG/libredwg/blob/work/libredwg-schema/libredwg-schema.json let gen-dynapi.pl generate it.

enhancement

error: ![1691114357874](https://github.com/LibreDWG/libredwg/assets/62731453/42f6c234-65e0-4772-871e-86302198be16) bug file: [dwg.zip](https://github.com/LibreDWG/libredwg/files/12256366/dwg.zip)

bug

# 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...

enhancement

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...

enhancement

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...

bug

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...

help wanted

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...

enhancement

In https://github.com/LibreDWG/libredwg/issues/713 we discussed that PR is ugly and we need common POLYLINE and VERTEX entities.