Library with DXF related functions (work in progress)
C C++ Shell M4 Objective-C Makefile
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= doc Include xml refguide files in the distribution. Jan 28, 2018
carview.php?tsp= examples example: add 3D teapot example of zcad Apr 1, 2016
carview.php?tsp= po Update po/Makefile template file. Apr 1, 2017
carview.php?tsp= scripts Update build.sh Oct 9, 2017
carview.php?tsp= src CIRCLE: updated dxf_circle_read(). Jun 10, 2018
carview.php?tsp= tests tests: added tests/test_point.c Apr 11, 2016
carview.php?tsp= .gitattributes Added .gitattributes for controling crlf in autotool files and Jun 9, 2012
carview.php?tsp= .gitignore Ignore more stuff. Jul 29, 2012
carview.php?tsp= .travis.yml Revert "Update .travis.yml." Jan 11, 2018
carview.php?tsp= ABOUT-NLS Added internationalizing routines and po definition files. Jul 9, 2014
carview.php?tsp= AUTHORS AUTHORS: changed into a symbolic link to doc/AUTHORS.md Nov 4, 2017
carview.php?tsp= CODE_OF_CONDUCT CODE_OF_CONDUCT: added a link to doc/CODE_OF_CONDUCT.md. Nov 4, 2017
carview.php?tsp= CONTRIBUTING CONTRIBUTING: added a link to doc/CONTRIBUTING.md. Nov 4, 2017
carview.php?tsp= COPYING Added a COPYING file. Jul 27, 2010
carview.php?tsp= ChangeLog ChangeLog: Updated. Jul 17, 2015
carview.php?tsp= INSTALL INSTALL: changes in identation (white space). May 3, 2015
carview.php?tsp= ISSUE_TEMPLATE Satisfy github community recommendations. Nov 4, 2017
carview.php?tsp= LICENSE Added an LICENSE file. Jul 27, 2010
carview.php?tsp= Makefile.am Makefile.am: updated file locations. Nov 4, 2017
carview.php?tsp= Makefile.win Update Makefile.win. Nov 5, 2017
carview.php?tsp= NEWS Added a NEWS file. Jul 25, 2010
carview.php?tsp= PULL_REQUEST_TEMPLATE Satisfy github community recommendations. Nov 4, 2017
carview.php?tsp= README README: changed into a symbolic link to doc/README.md Nov 4, 2017
carview.php?tsp= autogen.sh Use libtoolize. Jan 28, 2018
carview.php?tsp= circle.yml Allow github patch branches for CircleCI. Dec 9, 2017
carview.php?tsp= config.guess Added config.guess. Mar 31, 2016
carview.php?tsp= config.sub Added config.sub. Mar 31, 2016
carview.php?tsp= configure.ac Started the R2014 refguide. Feb 19, 2016
carview.php?tsp= gettext.m4 Added internationalizing routines and po definition files. Jul 9, 2014
carview.php?tsp= install-sh Added install-sh. Mar 31, 2016

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](https://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)
Kind regards,
Bert Timmerman.