From 893fa3890814d16a0c5e4a353eda57473ff12301 Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Fri, 27 Oct 2023 13:33:55 +0300 Subject: [PATCH] Add D2 and comparison links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cb420c..723f146 100644 --- a/README.md +++ b/README.md @@ -63,5 +63,7 @@ javadoc { **Jar download**: ## See also +* [D2: Declarative Diagraming](https://d2lang.com/) (Emphasis on aesthetics and extensionability) * [Mermaid diagramming and charting tool](https://mermaid.js.org/) (JavaScript-based; easier syntax, good Markdown integration; interactive diagrams) * [PlantUML](https://plantuml.com/) (Java-based; supports IDEs and more diagram types) +* [Comparisson of textual diagraming systems](https://text-to-diagram.com/)