I've been going back to UML to try to tame some of my design/notes for my projects. Is there something that generates some more modern looking UML diagrams out there?
Ask HN: A modern-looking UML diagram tool?
1–10 of 92 posts
Hi HN,
Re: Ask HN: A modern-looking UML diagram tool?
#2I used successfully https://www.draw.io/ for my graduation paper's UML schemes and other additional explanatory graphics. Give it a try.
Re: Ask HN: A modern-looking UML diagram tool?
#3There's quite a few. Obviously Visio is popular, on Linux I've used a tool called "Dia" (http://dia-installer.de/) there are several others, but these are my 2 go to tools for UML.
Re: Ask HN: A modern-looking UML diagram tool?
#4Well, http://plantuml.com/en/ is, imo, the most efficient and maintenable way to produce UML diagram
Re: Ask HN: A modern-looking UML diagram tool?
#5Whimsical might be helpful, though you can’t do the special UML arrows on there.
Re: Ask HN: A modern-looking UML diagram tool?
#6I also use Draw.io and recommend it highly. It's web-based, so it's also cross platform.
However, Lucidcharts has a better UI in that I can build diagrams after in LC than Draw.io. https://www.lucidchart.com/pages/
LC is paid if you need more than 1 chart (who doesn't?). But Draw.io is free. LC is also web-based and is cross-platform.
I've heard OmniGraffle is also excellent (never used it myself) but it only works on OSX/iOS: https://www.omnigroup.com/omnigraffle/
Re: Ask HN: A modern-looking UML diagram tool?
#7Honestly just change the default styling in PlantUML[1]. The default styling turns a lot of people off, which is a shame because it's a fantastic tool. Even the monochromatic skin is much easier on the eye. The real benefit to PlantUML is the ability to commit the source code for your diagrams alongside your actual source code.
Re: Ask HN: A modern-looking UML diagram tool?
#8i just use inkscape
Re: Ask HN: A modern-looking UML diagram tool?
#9For prettiness, Visio or OmniGraffle.
For shareable web editing, LucidChart or Draw.io.
For quick easy text markup, PlantUML or Mermaid.
I have not found any UML tool that's pretty, shareable, round-trippable, and has easy text markup.
Demo of PlantUML: https://github.com/joelparkerhenderson/demo_plantuml.
Re: Ask HN: A modern-looking UML diagram tool?
#10StarUML is good although its built on Electron