NOP0 / rustmatic

PLC programming in Rust!
Apache License 2.0
35 stars 2 forks source link

Preferred diagramming tool/format #32

Closed NOP0 closed 4 years ago

NOP0 commented 4 years ago

In time I would like to try contributing some diagrams. Of course I would like to use a format/tool that is editable by others. Is there any preferred tool/format?

Michael-F-Bryan commented 4 years ago

Not really. What works for you?

NOP0 commented 4 years ago

I've used https://www.draw.io/ some in the past, but I'm not married to it. :wink:

Michael-F-Bryan commented 4 years ago

I've also used it in the past when needing to explain/document complicated things like state machines or network diagrams. I've found it works pretty well.

mermaid.js is also pretty good when it comes to flow charts, especially when you just want to say "X connects to Y" and have the computer figure out where to place everything.

NOP0 commented 4 years ago

Hey, hadn't heard of mermaid.js, nice. We have some suggested tools then, closing this.

NOP0 commented 4 years ago

Suggested tools; draw.io, mermaid.js