<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Doombug75</title>
    <description>The latest articles on DEV Community by Doombug75 (@doombug75).</description>
    <link>https://dev.to/doombug75</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4032625%2Ffdee0721-7f71-4529-8a42-629a10773547.png</url>
      <title>DEV Community: Doombug75</title>
      <link>https://dev.to/doombug75</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/doombug75"/>
    <language>en</language>
    <item>
      <title>StructoFox: Flowcharts-&gt;structograms-&gt;code</title>
      <dc:creator>Doombug75</dc:creator>
      <pubDate>Thu, 16 Jul 2026 18:37:19 +0000</pubDate>
      <link>https://dev.to/doombug75/structofox-flowcharts-structograms-code-3hbn</link>
      <guid>https://dev.to/doombug75/structofox-flowcharts-structograms-code-3hbn</guid>
      <description>&lt;p&gt;I made a small tool for planning code as diagrams instead of writing it top-down, and just put out the first build.&lt;/p&gt;

&lt;p&gt;It makes it easy to quickly create flowcharts, and put them into multi format .pdfs, .tifs or just images for your presentations.&lt;br&gt;
Code functionality: let the tool automatically turn the Flowcharts into structograms, which can easily be turned into a code skeleton in 13 languages - without any AI.&lt;br&gt;
Or you can activate the optional AI plugin (included and also Oppen-Source), connect API or local (llm/ollama) models, and let those generate code in whole projects.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F38vpgzn19vst0cyw6mnm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F38vpgzn19vst0cyw6mnm.png" alt="Flowchart and the structogram it converts to" width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The conversion from chart to structogram can also act as a structure check — jumps that can't be expressed as clean nested blocks get flagged instead of silently miscompiled.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F68vk1jje8zxpc53hnlev.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F68vk1jje8zxpc53hnlev.png" alt="A structogram and the generated C# skeleton" width="800" height="521"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's .NET 10 + Avalonia, runs on Windows/Linux/macOS, MIT licensed. Beta phase, planned features all work and known bugs are fixed.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/StructoFox/StructoFox" rel="noopener noreferrer"&gt;https://github.com/StructoFox/StructoFox&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you find some real bugs, let me know. This was made for all those who teach or learn flowcharts and structograms, and for all those who simply want to print out the one or other huge colorful flowchart. :o)&lt;/p&gt;

&lt;p&gt;Have fun!&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm5n4s6ptcdw87z6lgr5z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fm5n4s6ptcdw87z6lgr5z.png" alt="Have fun!" width="525" height="702"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>dotnet</category>
      <category>opensource</category>
      <category>education</category>
    </item>
  </channel>
</rss>
