Skip to main content

Free 2D CAD : some (updated) options

DraftSight, on which I already reported, has now been released for OSX as well as Windows. And a Linux version should be coming. This is free 2D CAD, but not Open Source.

It's based on the ARES Commander software from Graebert, but only 2D. I loaded an old AutoCAD drawing and found the interface not too snappy. And frankly, while AutoCAD r13 or r14 was a good program, it has evolved. As a "copy" of an old AutoCAD 2D CAD program, I wonder why they don't try to do something original themselves.

Draftsight reads DWG files, uses them as native format, and allows export of a drawing into SVG, PDF, bitmaps and, wait, STL? What? A 3D format to be exported from a 2D file? What were they thinking? Well, the STL export did not work due to missing components. And exporting the drawing into SVG crashed the application... Damn. Well, the SVG could be loaded into Inkscape, luckily, but then it was slow as hell. And the DXF export from Inkscape did not work either. So much for open formats and file exchange.

Some minor remarks from the EULA:
The Non-Commercial Release Period will continue until release of the commercially released version of the Product.


Another 2D CAD option is CADuntu, which is a Qt4 port of QCAD. This is Open Source and while it aims at being an alternative for AutoCAD, it also tries hard to do everything in its own way, including the way commands are entered. I applaud the original QCAD team for at least attempting to do something that is not simply trying to mimic a really old AutoCAD LT version.

It should be available on ALL platforms, but right now, focus is on Windows and a basic OSX version. But as QCAD and Qt are both cross-platform, I assume that it can be ported if not already done.

It is less polished than DraftSight (or ARES) but I don't think this should bother anyone trying to use it. The biggest issue might be that CADuntu only reads DXF files (and assumably, only in their older forms). This is to be expected, as the DWG libraries used by ARES Commander and DraftSight (and BricsCAD and ArchiCAD and VectorWorks etc...) are developed by the Open Design Alliance, which does not allow providing the libraries for Open Source applications. You can, as a developer, use them, but not with sources. If full DWG-compatibility is important, there is NO OPEN SOURCE alternative available.

I managed to transfer the model into CADunty by exporting a DXF r12 from VectorWorks, but if you have VectorWorks, there is no need for DraftSight or QCAD/CADuntu anyway. And the application almost froze because of the quite complex drawing. 15 seconds to refresh a drawing after zooming. Sigh...

Comments

  1. Thanks for blogging about CADuntu!

    Would you beable to share this document with me?

    One of the items I have on my TODO is to optimize further drawing performance Unfortunately, I don't have a large (real world) drawing I can use for testing.

    thanks,
    Ries van Twisk

    ReplyDelete
  2. I'd be happy to share the example document with you. The only "but" is that it is not to be further distributed as it was a drawing for a real project I had been working on while doing my architectural internship a long time ago.

    Just contact me with your e-mail and I can give you a few example files.

    ReplyDelete
  3. When exporting the original DWG using DraftSight into DXF12/ASCII format, it was more faithful to the original drawing and behaved a bit smoother in CADuntu.

    ReplyDelete
  4. Stefan,

    with a little luck LibreCAD (used to be caduntu) will get DWG support using the LibreDWG library. it's a matter of waiting untill LibreDWG get's released as GPLv2 or higher.

    ReplyDelete
  5. Stefan,

    with a little luck LibreCAD (used to be caduntu) will get DWG support using the LibreDWG library. it's a matter of waiting untill LibreDWG get's released as GPLv2 or higher.

    ReplyDelete
  6. Stefan,

    you have a problem on your blog. it reports errors ?? back in spanish.

    Se ha guardado su comentario y podrá visualizarse una vez que el propietario del blog lo haya aprobado.

    ReplyDelete
  7. Stefan,

    your blog doesn't work.. My posts don't show up and errors are in spanish, I don't read spanish

    ReplyDelete
  8. I don't see any spanish appearing. Maybe a Google glitch? But I'll keep an eye on it and see if I can solve something somewhere, if it is an error on my side.

    ReplyDelete

Post a Comment

Popular posts from this blog

Improve usage of BIM during early design phases

When I was collecting ideas for a book chapter on BIM (that seemed to never have emerged after that), I collected 10 ideas, which I believe still reflect good recommendations to improve the usage of BIM during the early design phases. These ideas are related to BIM software, but you can apply them in any flavor, as long as you can model with Building Elements, Spaces and have control over representation. Introduction This article gives an overview of several recommendations and tips, to better apply BIM applications and BIM methodologies, in the context of the early design phases. Many of these tips are applicable in any BIM application and they are based on experience gathered from teaching, researching and using BIM software. Sometimes they could help software developers to improve the workflow of their particular BIM implementation. Tip 1 : Gradually increase the amount of information In the early design phases, the architect makes assumptions and lays out the main design in

Getting BIM data into Unity (Part 9 - using IfcConvert)

This is part 9 of a series of posts about getting BIM data into Unity. In this post, we’ll discuss the IfcConvert utility from the IfcOpenShell Open Source IFC Library to preprocess an IFC model for integration with Unity. This is (finally?) again a coding post, with some scripts which are shared to build upon. Conversion of IFC into Unity-friendly formats The strategy with this approach is that you preprocess the IFC-file into more manageable formats for Unity integration. Most Web-platforms do some sort of pre-processing anyway, so what you see in your browsers is almost never an IFC-file, but an optimised Mesh-based geometric representation. However, it wouldn’t be BIM-related if we’d limit ourselves to the geometry, so we will parse the model information as well, albeit using another, pre-processed file. IFC to Wavefront OBJ I used a test IFC-model and used the IfcConvert-utility converted it into OBJ en XML formats. The default way to use it is very simple:

Getting BIM data into Unity (Part 8 - Strategies to tackle IFC)

This is part 8 of a series of posts about getting BIM data into Unity. In this post, we’ll discuss IFC as a transfer format towards Unity. As with the previous post, this is not a coding post, although hints and examples are provided. Open BIM and IFC Everybody who ever met me or heard me present on a conference or BIM-lecture will not be surprised to hear that I’m a strong believer in the Industry Foundation Classes (IFC), an open standard, with already two versions published as an ISO standard, being IFC2x2 and IFC4 (but surprisingly not IFC2x3 which is widely used). In the ideal world, this would be the format to use to transfer BIM data into another environment, such as Unity. So what are our options? Looking in the Unity Asset Store Assimp is a library which supports multiple formats, including IFC. https://assetstore.unity.com/packages/tools/modeling/trilib-unity-model-loader-package-91777   I did a few attempts, but alas without any success. It is possib