Creating diagrams in ASCII---Monodraw Alternatives(MonoDraw - ASCII 画图界的PS)
https://blog.csdn.net/cch1234/article/details/116566858
textik
textik 是一个在线项目:https://textik.com,可以直接在线绘制 ascii 图
https://blog.csdn.net/weixin_34220834/article/details/91937295
https://alternativeto.net/software/monodraw/
https://unix.stackexchange.com/questions/126630/creating-diagrams-in-ascii
I am looking for a program which I can use to create ASCII diagrams such these:
It should preferably be a package available in Debian. The wonderful diagram displayed above is taken from the Linux kernel documentation. I cannot believe they were created by hand. There must be some tool to create them.
asciio
I've used asciio for several years. Many of the diagrams on this site I've created using asciio.
example
vncviewer .-,( ),-.
__ _ .-( )-. gateway vncserver
[__]|=| ---->( internet )-------> __________ ------> ____ __
/::/|_| '-( ).-' [_...__...°] | | |==|
'-.( ).-' |____| | |
/::::/ |__|
The GUI looks like this.
NOTE: Everything is driven from the right click menu as well as short-cut keys.
DrawIt
Using vim along with the DrawIt plugin you can also create basic diagrams. A good overview of how to install and use it is available here in this article titled: How To Create ASCII Drawings in Vim Editor (Draw Boxes, Lines, Ellipses, Arrows Inside Text File).
asciiflow
There's a website called asciiflow which is probably the easiest way to draw these types of diagrams.
JavE
Another tool, JavE, written in Java that can create ascii diagrams like this as well.
,'''''''''''''|
| Controller |
| |
'`'i''''''''''
,' `.
,' `.
- -
,'''''''''''''| ,''''''''''''`.
| Model |______| View |
| | | |
`'''''''''''' '`'''''''''''''
The GUI looks like this:
Resources
Flytrap and Asciio
Installing Asciio in Ubuntu
App :: Asciio - Graphical user interface for ASCII Charts
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通