Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bert/libdxf
Library with DXF related functions (work in progress)
https://github.com/bert/libdxf
Last synced: 18 days ago
JSON representation
Library with DXF related functions (work in progress)
- Host: GitHub
- URL: https://github.com/bert/libdxf
- Owner: bert
- License: gpl-2.0
- Created: 2008-05-01T16:58:42.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T07:41:02.000Z (about 1 year ago)
- Last Synced: 2024-07-31T22:56:10.178Z (3 months ago)
- Language: C
- Homepage: http://www.xs4all.nl/~ljh4timm
- Size: 30.5 MB
- Stars: 61
- Watchers: 6
- Forks: 15
- Open Issues: 19
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Contributing: CONTRIBUTING
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT
Awesome Lists containing this project
README
# Welcome to libdxf
libdxf is a library (written in C) with DXF related functions.
The Drawing eXchange Format (DXF) is a defacto industry standard for the
exchange of drawing files between various Computer Aided Drafting programs,
designed by Autodesk(TM).Currently this project has a "Work in progress" status.
The code base is still incomplete and is not debugged to an acceptable level.
My aim for the libdxf-0.0.1 release is to publish a R14 compliant library, and
from that point improve as to be compliant with newer editions of DXF.You are always welcome to help with patches or bug reports :-)
In the mean time one can always fork the latest code from the Github repository and
help with patches or [bug reports](https://launchpad.net/libdxf)Developer documentation can be found [here](http://ljh4timm.home.xs4all.nl/libdxf/doxygen/index.html) .
Travis-CI Status: [![Build Status](https://travis-ci.org/bert/libdxf.svg?branch=master)](https://travis-ci.org/bert/libdxf)
Codacy Status: [![Codacy Badge](https://api.codacy.com/project/badge/Grade/21d03c493b7d4fbf8753217d53477666)](https://www.codacy.com/app/bert_2/libdxf?utm_source=github.com&utm_medium=referral&utm_content=bert/libdxf&utm_campaign=Badge_Grade)
Kind regards,
Bert Timmerman.