Jump to content

QCAD: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎See also: lc common noun
No edit summary
Line 16: Line 16:
'''QCAD''' is a [[computer-aided design]] (CAD) software application for 2D design and drafting. It is available for [[Linux]], [[Apple Inc.|Apple]] [[macOS]], [[Unix]] and [[Microsoft Windows]]. The QCAD [[GUI]] is based on the [[Qt framework]].
'''QCAD''' is a [[computer-aided design]] (CAD) software application for 2D design and drafting. It is available for [[Linux]], [[Apple Inc.|Apple]] [[macOS]], [[Unix]] and [[Microsoft Windows]]. The QCAD [[GUI]] is based on the [[Qt framework]].


QCAD is partly released under the [[GNU General Public License]].<ref>{{Citation | url = https://qcad.org/en/85-new-community-edition-open-source | title = QCAD 3.1 released as open source | publisher = RibbonSoft}}.</ref> Precompiled packages are available for 32-bit and 64-bit Linux platforms, Microsoft Windows OS and macOS.
QCAD is partly released under the [[GNU General Public License]].<ref>{{Citation |last=Mustun |first=Andrew |url=https://qcad.org/en/85-new-community-edition-open-source |title=QCAD 3.1 released as open source |date=17 June 2013 |publisher=RibbonSoft |access-date=18 May 2021}}.</ref> Precompiled packages are available for 32-bit and 64-bit Linux platforms, Microsoft Windows OS and macOS.


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. QCAD 3 was first released in August 2011 with an ECMAScript (JavaScript) interface as major addition.
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. QCAD 3 was first released in August 2011 with an ECMAScript (JavaScript) interface as major addition.
Line 24: Line 24:
QCAD uses the [[DXF]] file format internally and to save and import files. Support for the popular [[DWG]] file format is available as a commercial plugin based on the [[Open Design Alliance]] DWG libraries.
QCAD uses the [[DXF]] file format internally and to save and import files. Support for the popular [[DWG]] file format is available as a commercial plugin based on the [[Open Design Alliance]] DWG libraries.


Starting from version 3.7 QCAD is distributed as '''Professional Trial''' that works for a limited time, or as '''Community Edition''' as source code only, so users need to self compile or remove the QCAD Professional add-on running in trial mode.<ref>{{Cite web|url=https://qcad.org/en/download|title=QCAD Downloads|last=Mustun|first=Andrew|website=QCAD|language=en-gb|access-date=2019-04-07}}</ref>
Starting from version 3.7 QCAD is distributed as '''Professional Trial''' that works for a limited time, or as '''Community Edition''' as source code only, so users need to self compile or remove the QCAD Professional add-on running in trial mode.<ref>{{Cite web |last=Mustun |first=Andrew |url=https://qcad.org/en/download |title=QCAD Downloads |website=QCAD |language=en-gb |access-date=2019-04-07}}</ref>


Although much of the software source is under [[GNU_General_Public_License#Version_3|GPLv3]] license there is also [https://qcad.org/en/qcad-documentation/qcad-features significant functionality] not available under an opensource license.
Although much of the software source is under [[GNU_General_Public_License#Version_3|GPLv3]] license there is also [https://qcad.org/en/qcad-documentation/qcad-features significant functionality] not available under an opensource license.
Line 33: Line 33:
==See also==
==See also==
{{Commons category|QCAD}}
{{Commons category|QCAD}}
*[[Comparison of computer-aided design software]]
*[[Comparison of CAD editors for AEC|Comparison of CAD editors for architecture, engineering and construction]]
*[[LibreCAD]], a fork of QCAD 2.0
*[[LibreCAD]], a fork of QCAD 2.0


Line 40: Line 40:


==External links==
==External links==
*{{Official website}}
* {{Official website}}{{in lang|en|de|fr|it|}}
* {{github|qcad/qcad}}
* {{github|qcad/qcad}}
* [http://linuxfocus.org/English/January2002/article132.shtml A good tutorial for QCAD]
* [http://linuxfocus.org/English/January2002/article132.shtml A good tutorial for QCAD]

Revision as of 11:29, 18 May 2021

QCAD
Developer(s)RibbonSoft
Stable release
3.25.2.4 / 18 November 2020; 3 years ago (2020-11-18)[1]
Repository
Written inC++, (Qt), ECMAScript
Operating systemLinux, macOS, Unix-like, Windows
TypeCAD software
LicenseGPLv3 and some proprietary license plugins[2]
Websitewww.qcad.org/en/ Edit this at Wikidata

QCAD is a computer-aided design (CAD) software application for 2D design and drafting. It is available for Linux, Apple macOS, Unix and Microsoft Windows. The QCAD GUI is based on the Qt framework.

QCAD is partly released under the GNU General Public License.[3] Precompiled packages are available for 32-bit and 64-bit Linux platforms, Microsoft Windows OS and macOS.

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. QCAD 3 was first released in August 2011 with an ECMAScript (JavaScript) interface as major addition.

Some of the interface and concepts behind QCAD are similar to those of AutoCAD.

QCAD uses the DXF file format internally and to save and import files. Support for the popular DWG file format is available as a commercial plugin based on the Open Design Alliance DWG libraries.

Starting from version 3.7 QCAD is distributed as Professional Trial that works for a limited time, or as Community Edition as source code only, so users need to self compile or remove the QCAD Professional add-on running in trial mode.[4]

Although much of the software source is under GPLv3 license there is also significant functionality not available under an opensource license.

Multiplatform support

QCAD operates on Linux, macOS [10.7 (Lion) or later], UNIX (FreeBSD, NetBSD), Solaris for x86 and SPARC, and Windows [8, 7, Vista, XP, 2000]. This is of importance for collaboration across a diverse computing environment.

See also

References

  1. ^ "Releases - qcad/qcad". Retrieved 20 November 2020 – via GitHub.
  2. ^ Qcad - license
  3. ^ Mustun, Andrew (17 June 2013), QCAD 3.1 released as open source, RibbonSoft, retrieved 18 May 2021.
  4. ^ Mustun, Andrew. "QCAD Downloads". QCAD. Retrieved 7 April 2019.