d2
plantuml
d2 | plantuml | |
---|---|---|
96 | 130 | |
18,209 | 10,658 | |
8.0% | 1.8% | |
9.5 | 9.6 | |
14 days ago | 3 days ago | |
Go | Java | |
Mozilla Public License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
d2
- D2: Declarative Diagramming – A modern language that turns text to diagrams
- Mermaid ASCII Diagrams
- D2: A New Diagram Scripting Language That Converts Text to Diagrams Instantly
-
Exploring Goja: A Golang JavaScript Runtime
I work on the D2 project ([0]) and we switched from other Javascript runners (v8go) to Goja. Using a JS runtime with a dependency on cgo means your Go program loses the (huge) benefit of cross-compiling to different architectures, since at build time it gets linked to the architecture-specific libc.
If you're interested in some production code with Goja, this is our code for calling RoughJS [1] from Go in order to produce the hand-drawn diagram look: [2]
[0] https://github.com/terrastruct/d2
- NMAP-formatter: convert NMAP results to HTML, CSV, JSON, graphviz (dot), SQLite
- Penrose – Penrose
-
Pikchr: A PIC-like markup language for diagrams in technical documentation
While not embedded in markdown, I like d2 [1]. I can use it with org-babel to embed and view the diagrams on emacs. After using graphviz for years, the visual output seems more polished to me. With that said, I want to give pikchr a try.
[1]:https://d2lang.com/
- Ask HN: How do you build diagrams for the web?
-
Documentation as Code for Cloud - C4 Model & Structurizr
In the next post I'll deep-dive into the D2 language which also has a huge set of features. Stay tuned.
- Inkscape Cloud Architect
plantuml
-
Les péchés capitaux du Dossier d'Architecture Technique
Exploitez les solutions de Diagram-as-Code (Mermaid, PlantUML)
-
LLM + Mermaid: How Modern Teams Create UML Diagrams Without Lucidchart
Today, tools like Mermaid and PlantUML have taken center stage, thanks to their ability to generate diagrams with text-based commands. Even better, AI-powered assistants like Claude, ChatGPT, and GitHub Copilot have made generating diagrams even easier. These tools work directly within a developer's environment, creating diagrams that are version-controlled and integrated seamlessly into workflows.
-
plantuml VS vizdom - a user suggested alternative
2 projects | 1 Sep 2024
-
Blockdiag – simple diagram images generator – blockdiag 1.0 documentation
While inactive blockdiag was small and nice for automatically annotating documentation.
As you can see it hasn't been maintained for a few years.
https://github.com/blockdiag/blockdiag
Graphviz is great because dot file are simple and easy to read and trivial to add to a build chain.
https://graphviz.org/
With complex diagrams, I find good old PlantUML diagrams more useful if not as initially pretty as mermaid. Plus it will output archimate without having to touch that UI
https://plantuml.com/
But really it is horses for courses.
Looking at the mermaid on mobile with a dark theme is pretty painful at least right now as an example of why it is not my preference.
But I am typically not targeting web display.
-
Introduction to Haskell Diagrams
Use a high-level language like Plant UML, D2, Graphviz which are good for the purpose they are designed for, but not for generic purpose diagramming.
-
Devs need system design tools, not diagramming tools
I feel like https://plantuml.com/ gets close to what I want by being able to make diagrams with code, but for system design what I really want is to be able to have diagrams generated directly from the code itself, maybe with some extra comments/annotations that help it along.
Does anything like that exist already?
-
Code Diagrams - 3 Tools to Try
PlantUML, like Mermaid, is an open source tool that allows users to create diagrams from plain text descriptions. PlantUML is the original ‘diagrams as code’ platform. It has a deep feature set, can be integrated into just about any environment, and can be extended to fit just about any use case. For example, the most useful thing to me about PlantUML is its support for visualizing .JSON files.
-
PlantUMLApp 3.0 - Let's play with AI Multi-Modality
New version 3.0 of my PlantUML App for iPad is out with exciting update! 🤩 The new multi-modality feature now lets you transform hand-drawn diagrams into PlantUML scripts with just a pencil ✍🏻 or your fingers 👆. Take a look 👀 to this short on YouTube and download it from App Store to support me 👍🏻.
- FLaNK Stack 26 February 2024
-
What is your favorite tool for designing complex architecture, and why is it MS Paint?
Someone at work showed me https://plantuml.com/ recently. If you want your diagrams as code . Version controlled etc.. I highly recommend it.
What are some alternatives?
mermaid - Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
Mermaid - Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.
C4-PlantUML - C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
d3 - Bring data to life with SVG, Canvas and HTML. :bar_chart::chart_with_upwards_trend::tada:
draw.io - draw.io is a JavaScript, client-side editor for general diagramming.
kroki - Creates diagrams from textual descriptions!
diagrams - :art: Diagram as Code for prototyping cloud system architectures
wavedrom - :ocean: Digital timing diagram rendering engine
mermaid-cli - Command line tool for the Mermaid library
graphviz