Skip to content

Create 2D drawings in DXF format

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Akaur/libdxf_2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdxf_2D

libdxf_2D.so is a CAD library made in C++. This library is used to write DXF file that can be opened in LibreCAD 1.0.2. It contains four entities - arc, circle, line and rectangle to create DXF output and custom multiple layer support. It also supports hatching and .
You can fill either with solid fill or pattern fill.

REQUIREMENTS:

  • GNU G++ Compiler and make tool

Run following command in terminal to install

    $ sudo apt-get install g++ make

INSTALLATION:

  • Open the terminal and type

      $ git clone git://github.com/Akaur/libdxf_2D.git
    
  • Go to this directory

      $ cd libdxf_2D
    
  • Run make

      $ make
    

About

Create 2D drawings in DXF format

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages