Ask HN: Know any keyboard oriented drawing tools?
Dear HN,
Do you know of any 2d drawing tools that are keyboard oriented, i.e. modal like vim?
I'm looking for something to draw software diagrams in: component, class and some use case diagrams, but I'm getting more and more frustrated by the current solutions (used Enterprise Architect)
I guess that's the problem with using vim: You want the same efficiency in other programs...
11 comments
[ 5.0 ms ] story [ 21.9 ms ] threadhttp://www.graphviz.org/
http://plantuml.com/running
[edit] AutoCAD can be run interactively from the command line. More like say Bash than Vim...and since it is extensible with Lisp, more like Emacs than Vim as well. There once was a Cad program, Generic Cad, that used two letter combinations for commands somewhat like Vim. AutoDesk bought it and killed it in the early 1990's. At the time, it was the second most popular PC Cad package behind AutoCad.
Ideally in the program I'm looking for I can perform editing operations on the image/drawing/diagram with a few key-strokes.
http://wiki.xxiivv.com/ronin
Don't know what packages are available to run it on modern OSes, but LogoWriter was a great intro to programming in 3rd grade...
If anyone wants to use logo, you can 'import turtle' in Python and start right away ;)
See https://docs.python.org/3.6/library/turtle.html