I used to often reach for xfig for a quick tech diagram (boxes, circles, lines, etc). The "fig" file format, being text, is easy to drop into source control. It's fast and gets the job done. The feeling I get from peers, especially those who've never understood that unix/linux on desktop has long been a thing or really lived that far out of the Win32/MacOS ecosystem, look at you sideways when the file extension isn't…
Xfig
11–20 of 44 posts
Re: Xfig
#12I used to often reach for xfig for a quick tech diagram (boxes, circles, lines, etc). The "fig" file format, being text, is easy to drop into source control. It's fast and gets the job done. The feeling I get from peers, especially those who've never understood that unix/linux on desktop has long been a thing or really lived that far out of the Win32/MacOS ecosystem, look at you sideways when the file extension isn't…
Yes, and using transfig it can be transformed into whatever format you need. So, for instance, you can have a complete LaTeX document with .fig figures (and a Makefile to "compile" everything) in a repository.
By the way, like Ipe mentioned in another comment, it is possible to use TeX formatting in xfig and the .fig format (using the "special" attribute) to produce some especially nice figures for scientific documents.
Re: Xfig
#13I used to often reach for xfig for a quick tech diagram (boxes, circles, lines, etc). The "fig" file format, being text, is easy to drop into source control. It's fast and gets the job done. The feeling I get from peers, especially those who've never understood that unix/linux on desktop has long been a thing or really lived that far out of the Win32/MacOS ecosystem, look at you sideways when the file extension isn't…
Re: Xfig
#14I used to often reach for xfig for a quick tech diagram (boxes, circles, lines, etc). The "fig" file format, being text, is easy to drop into source control. It's fast and gets the job done. The feeling I get from peers, especially those who've never understood that unix/linux on desktop has long been a thing or really lived that far out of the Win32/MacOS ecosystem, look at you sideways when the file extension isn't…
Re: Xfig
#15These days my go to tool for technical diagrams is draw.io (aka diagrams.net). I tend to use the standalone version but appreciate that it’s available online with low friction and as a confluence plugin. Perhaps my favorite part is that you can create png files that are viewable anywhere but are also editable due to the source file being embedded in the png.
Re: Xfig
#16Awesome that Xfig still around. I used Xfig for the illustrations to my master's thesis back in the day when Inkscape was new, because it felt like Inkscape is trying to make precise alignment difficult on purpose. It still feels the same.
Recently I used it to lay out a cut path for a sheet of material that goes under the keyboard of a vintage computer.
It was just the right amount of quick vs capable for a job like that. The drawing is 90% repetitions of a few objects (like one key shape), and regular alignment of multiple copies of those objects (keys in a row) in array groups (the F keys, the #,Q,A,Z rows, the arrow keys, etc), and regular alignment of groups with other groups (vertical spacing of the rows), with a little bit of arbitrary positioning (horizontal offset of the A row from the Q row, etc).
I don't remember what difficulty I exactly ran into, but I tried inkscape and qcad and somehow neither made it obvious how to attain the result I wanted, but I popped it right out in xfig with only a little fumbling around.
And now that definition is an accessible document. xfig is a small program and of course free & open source, so it's likely always going to be available, but the file is also usable directly if needed, even if it's so far in the future that xfig would require a lot of work to set up some vm just to run it. That must be why I didn't use a 2d sketch in freecad.
Re: Xfig
#17I'd love if Inkscape implemented Xfig technical drawing features.
Also, I wrote a small library that lets me programmatically generate SVGs with Python. This lets me create very precise vector images. This fills some of the same needs.
Re: Xfig
#18Re: Xfig
#19I'd love if Inkscape implemented Xfig technical drawing features.
Yes, this. Also, I wrote a small library that lets me programmatically generate SVGs with Python. This lets me create very precise vector images. This fills some of the same needs.
Re: Xfig
#20So here is my figure drawing exercise: draw a ruler. This is easy to do with xfig. On many tools, it's hopeless, open office draw comes to mind.