Registry / other / libredwg

libredwg

JSON →
library0.13.3vcpkgunverified

GNU LibreDWG is a free C library to handle DWG files, the native file format of AutoCAD.

vcpkg install libredwg
INSTALL
IMPORT
SIG · LIBREDWG
L
libredwg
othercppv0.13.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dwg.h
#include <dwg.h>

Open and read a DWG file, printing the number of objects.

#include <dwg.h> #include <stdio.h> int main() { Dwg_Data dwg; if (dwg_read_file("drawing.dwg", &dwg) == DWG_ERR_OK) { printf("Opened DWG file with %u objects\n", dwg.num_objects); dwg_free(&dwg); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources

No resource links recorded.

libredwg — pip install libredwg · libregistry