Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecad/libdxfrw
Successor of https://sourceforge.net/projects/libdxfrw/, developed for LibreCAD, by LibreCAD Contributors, usable for all
https://github.com/librecad/libdxfrw
c dwg-reader dxf library
Last synced: 7 days ago
JSON representation
Successor of https://sourceforge.net/projects/libdxfrw/, developed for LibreCAD, by LibreCAD Contributors, usable for all
- Host: GitHub
- URL: https://github.com/librecad/libdxfrw
- Owner: LibreCAD
- License: gpl-2.0
- Created: 2015-01-03T17:33:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T17:14:09.000Z (6 months ago)
- Last Synced: 2024-10-29T16:20:43.557Z (3 months ago)
- Topics: c, dwg-reader, dxf, library
- Language: C
- Homepage:
- Size: 1.78 MB
- Stars: 196
- Watchers: 22
- Forks: 73
- Open Issues: 22
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Funding: .github/FUNDING.yml
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
libdxfrw
libdxfrw is a free C++ library to read and write DXF files in both formats, ascii and binary form.
Also can read DWG files from R14 to the last V2015.
It is licensed under the terms of the GNU General Public License version 2 (or at you option
any later version).If you are looking for general information about the project, check our website:
http://sourceforge.net/projects/libdxfrw== Building and installing the library ==
Use the tipical
./configure
make
make install (as root)[VC++]
- Open vs2013\libdxfrw.sln with VS2013
- Build Solution
There is also a dwg to dxf converter that depends on libdxfrw that can be built the same way.
- Open dwg2dxf\vs2013\dwg2dxf.sln with VS2013
- Build Solution== Example usage of the library ==
The dwg to dxf converter (dwg2dxf) included in this package can be used as reference.