Registry / other / libdxfrw

libdxfrw

JSON →
library2025-09-25vcpkgunverified

libdxfrw is a free C++ library to read and write DXF files in both formats, ascii and binary form. It also has rudimentary capabilities to read DWG files.

vcpkg install libdxfrw
INSTALL
IMPORT
SIG · LIBDXFRW
L
libdxfrw
othercppv2025-09-25
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.

dxfrw.h
#include <dxfrw.h>

Minimal usage of libdxfrw

#include <dxfrw.h> #include <iostream> int main() { dxfRW dxf; if (dxf.read("drawing.dxf")) { std::cout << "DXF file read successfully" << std::endl; } return 0; }
Debug
Known issues
gotchaDWG support is rudimentary and may not work for all files
fix
Use DXF format for reliable reading/writing
affects: all
Upgrade
Version history
2025-09-25latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

libdxfrw — pip install libdxfrw · libregistry