ArthurSonzogni / Diagon

Interactive ASCII art diagram generators. :star2:
https://arthursonzogni.com/Diagon/
MIT License
1.47k stars 56 forks source link

Support "freeform" flowcharts #52

Closed pinpox closed 1 year ago

pinpox commented 1 year ago

Couldn't come up with a better name, I would like to draw diagrams like this:

I there any possiblity to do this with diagon or could that be implemented? The diagram above is made with Monodraw, which does not have Linux support and. It would be great if Diagon could be used for this, I'm looking for a tool to create this kind of diagrams for docs and architectural overviews for software.

ArthurSonzogni commented 1 year ago

Diagon is more about a markdown-like => Ascii/Unicode tool. Here, your need looks more like an ascii drawing tool. I don't believe this is a good fit. However, it might be an interesting side project.

pinpox commented 1 year ago

it might be an interesting side project.

You are right. I started one here. Stil in a very early stage though, not ready to be used.

nkh commented 1 year ago

@pinpox https://github.com/nkh/P5-App-Asciio (that I wrote), may be what you are looking for. It's a Gtk/linux application, there's a (good) prototype TUI too.