Jump to content

QCAD: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Hatredman (talk | contribs)
No edit summary
Line 18: Line 18:
Much of the interface and concepts behind use are the same of those of AutoCAD, though perhaps easier to understand in QCad. QCad is one of very few OpenSource CAD packages available for Linux, and certainly the most fully functional.
Much of the interface and concepts behind use are the same of those of AutoCAD, though perhaps easier to understand in QCad. QCad is one of very few OpenSource CAD packages available for Linux, and certainly the most fully functional.


QCad uses the [[AutoCAD DXF]] file format internally and to save and import files. Files can be exported in a number of formats, but noticeably missing are both [[VRML]] and [[Scalable Vector Graphics|SVG]].
QCad uses the [[AutoCAD DXF]] file format internally and to save and import files. DXF, being a pure text file format, makes QCad become slow and difficult to use if the drawing has more than a few elements. Files can be exported in a number of formats, but noticeably missing are both [[VRML]] and [[Scalable Vector Graphics|SVG]].


==External links==
==External links==

Revision as of 05:25, 11 March 2007

QCad
Developer(s)RibbonSoft
Stable release
2.1 / March 19, 2006
Repository
Operating systemUnix-like/Windows/Linux/Mac OS X
TypeCAD software
WebsiteQCad Homepage

QCad is a computer-aided design (CAD) software package for 2D design and drafting. It is available for Linux, Mac OS X, Unix and Microsoft Windows. The Qcad community edition is released under the GPL license. Precompiled packages are available for some Linux platforms, such as Debian, via the distribution's package manager.

QCad is developed by RibbonSoft. Development on QCad began in October 1999, starting with code from CAM Expert. QCad 2, designed to "make QCad more productive, more user friendly, more flexible and increase its compatibility with other products" began development in May 2002.

Much of the interface and concepts behind use are the same of those of AutoCAD, though perhaps easier to understand in QCad. QCad is one of very few OpenSource CAD packages available for Linux, and certainly the most fully functional.

QCad uses the AutoCAD DXF file format internally and to save and import files. DXF, being a pure text file format, makes QCad become slow and difficult to use if the drawing has more than a few elements. Files can be exported in a number of formats, but noticeably missing are both VRML and SVG.