Difference between revisions of "Libdxfrw"

From Wiki.OSArch
(created page)
 
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
"libdxfrw is a free C++ library to read and write [[Drawing Exchange Format (DXF)]] files in both formats, ascii and binary form. Also can read [[Drawing_(DWG)]] files from R14 to the last V2015."
 
"libdxfrw is a free C++ library to read and write [[Drawing Exchange Format (DXF)]] files in both formats, ascii and binary form. Also can read [[Drawing_(DWG)]] files from R14 to the last V2015."
 +
 +
libDWXrw had two commits in 2020.
  
 
It is the default DXF/DWG library for [[LibreCAD]]
 
It is the default DXF/DWG library for [[LibreCAD]]
  
* License:
+
* License: GPLv2-or-later[https://github.com/codelibs/libdxfrw/blob/master/COPYING]
* Website: GPLv2-or-later
+
* Website: https://sourceforge.net/projects/libdxfrw/
 +
* Source: https://github.com/codelibs/libdxfrw
  
 
=See also=
 
=See also=
Line 11: Line 14:
 
* [[Drawing Exchange Format (DXF)]]
 
* [[Drawing Exchange Format (DXF)]]
 
* [[Drawing_(DWG)]]
 
* [[Drawing_(DWG)]]
 
+
* [[Getting started with 2D CAD drafting]]
=External Resources=
 
https://github.com/codelibs/libdxfrw
 

Latest revision as of 08:59, 28 December 2020

"libdxfrw is a free C++ library to read and write Drawing Exchange Format (DXF) files in both formats, ascii and binary form. Also can read Drawing_(DWG) files from R14 to the last V2015."

libDWXrw had two commits in 2020.

It is the default DXF/DWG library for LibreCAD

See also[edit]