YUML – Easy Embeddable Diagrams
31–40 of 58 posts
Re: YUML – Easy Embeddable Diagrams
#32Re: YUML – Easy Embeddable Diagrams
#33Re: YUML – Easy Embeddable Diagrams
#34Anyone familiar with PlantUML[1]? That's been my goto for declarative text-based diagramming. I've always thought "there really could be a better tool," but I've never found anything better than PlantUML. I don't think YUML is going to be my answer, though -- it's paid and doesn't seem to be a local tool, but rather a SaaS model. This product feels like it should be a local compile-into-image workflow. But that's pro…
I haven't personally used it so far, but check out mermaid[1] which I bookmarked from a HN[2] discussion [1] https://mermaidjs.github.io/ [2] https://news.ycombinator.com/item?id=16889181
Re: YUML – Easy Embeddable Diagrams
#35Earlier quoted context omitted.
Graphviz is one of the things that I make sure is installed when I get a new computer, along with PlatUML (also mentioned).
Don't buy a Mac then. Apple managed to break the build on the latest version.
ETA: I actually am on a Mac, but I've decided for other reasons that my next one won't be. As far as I'm concerned the 2015 Macbook Pro was the last of the good ones.
Re: YUML – Easy Embeddable Diagrams
#36Not exactly for the same purpose, but anyone knows about Graphviz [1]? Super expressive and you can visualize online in viz.js [2]. [1] https://www.graphviz.org/ [2] http://viz-js.com/
I've been using Vis.js and http://shaky.github.bushong.net/ . You can do really cool stuff with them. Highly recommend them both. I will import those into gimp and create all types of animation with them [1, 2]. I've built a db backend for vis.js and it makes to super simple to connect things and saves the positions for Vis.js. You can see a demo of it here: https://sysadmincasts.com/map . Try zooming in/out, moving…
Re: YUML – Easy Embeddable Diagrams
#37Earlier quoted context omitted.
Don't buy a Mac then. Apple managed to break the build on the latest version.
Broken as in, `./configure && make && make install` doesn't work? ETA: I actually am on a Mac, but I've decided for other reasons that my next one won't be. As far as I'm concerned the 2015 Macbook Pro was the last of the good ones.
> Graphviz.app currently doesn’t build on OSX Mojave because of Apple API changes. It would be wonderful if someone can fix this.
https://graphviz.gitlab.io/download/
It's a general theme that Apple doesn't take compatibility very seriously but each case is annoying.
Re: YUML – Easy Embeddable Diagrams
#38Class, activity and use case diagrams are not in vouge with the development teams. And if they do use them , they tend to be in Visio or with similar tools when they need to be created for requirements / design documentation etc., Somewhat related , https://bramp.github.io/js-sequence-diagrams/ could be used as well.
What diagrams do you see used in dev teams these days? In our team (non enterprise), there's a lot of visual flow models for UX, and still some class/interaction/activity diagrams for explaining how stuff hangs together.
Re: YUML – Easy Embeddable Diagrams
#39Is UML cool again? I’ve been waiting 2 decades. Please say it is! Surely now that monoliths are the new black, UML must be respectable.
Re: YUML – Easy Embeddable Diagrams
#40Anyone familiar with PlantUML[1]? That's been my goto for declarative text-based diagramming. I've always thought "there really could be a better tool," but I've never found anything better than PlantUML. I don't think YUML is going to be my answer, though -- it's paid and doesn't seem to be a local tool, but rather a SaaS model. This product feels like it should be a local compile-into-image workflow. But that's pro…
yUML creator here. Think I know what you're saying. That said, there are many people using a command line wrapper to generate yUML diagrams as part of an automated workflow. The paid features are more for people who want better management of diagrams.