3

I am looking for some easy way drawing flowcharts with external GUI software and then export the reult to pgf or tikz code.

In this post i found some hints to freeware tools. However, the post itself as many of the mentioned programms are very old (updates 8 years ago) and I was wondering if they are still state-of-the-art or if there are some better alternatives?

Some of the programms mentiond in my linked post are:

SRel
  • 1,313

2 Answers2

2

You could use Inkscape to create your drawings and then export to a supported format (png, pdf, eps, etc.). Inkscape even has a feature to export to latex-code though iirc this only creates a tex-file that inludes the image as is. But it does add the text via LaTeX in this cases so the font will match the rest of the document, which is nice.

See also:

Note also that iirc Tikz can even parse a simple subset of SVG, so if your image is simple enough, you might even feed the SVG directly into Tikz

Raven
  • 3,023
1

yED is good for flowcharts and system diagrams, and there seems to be some tikz export tool at https://github.com/bingmann/yed2tikz as well as native export tools to graphics files and pdf