this post was submitted on 09 Jul 2023
87 points (97.8% liked)

Programming

17024 readers
98 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (1 children)

Can D2 do flowchart aka activity diagram in PlantUML?

[–] [email protected] 4 points 1 year ago (1 children)

Looks like it. https://d2lang.com/tour/sequence-diagrams

I'm impressed with the grid diagrams too. I'm not sure plantUML has anything equivalent.

It doesnt support all the diagram types plantUML does (for now) but it has the only two i ever used anyway. The tooling seems more robust and modern. I think I have a better chance getting my coworkers to try this one

[–] [email protected] 3 points 1 year ago (1 children)

Oops i can't read.

Flowcharts / activity diagrams seem well supported too, though.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Does it? I looked through the document and didn't find it. It seems to be more focus on state diagram / component diagram.

[–] [email protected] 1 points 1 year ago (1 children)

Might just be my ignorance- if it has boxes connected with directional arrows it does everything I need a flow chart to do

[–] [email protected] 2 points 1 year ago

There are a lot more specific shapes and layouts in a flowchart than simple boxes and arrows. E.g. start and end, branching, loop back, subprocess, etc