Earlier quoted context omitted.
The first sentence of the main site is "D2: Declarative Diagramming - A modern language that turns text to diagrams", followed by multiple code snippets and the resulting diagrams.
I click the thingy and don't see that, I know D2 as the big language split for Dlang, I click around, I still can't tell what this is.
D2 Is Non-Profit
21–25 of 25 posts
It's diagramming software? Like plantuml or mermaid? It says it right on the tin and with all the examples.
Re: D2 Is Non-Profit
#22How does D2 handle larger diagrams with lots of connections?
This has been my issue with PlantUML and Mermaid. The routing tends to blow up when you have a bunch of lines that run out to a thing (i.e. rather than snaking together they just go everywhere).
Re: D2 Is Non-Profit
#23How does D2 handle larger diagrams with lots of connections? This has been my issue with PlantUML and Mermaid. The routing tends to blow up when you have a bunch of lines that run out to a thing (i.e. rather than snaking together they just go everywhere).
Yeah unfortunately it doesn't handle hypergraphs IIRC, i.e. one edge going from a single node to multiple other nodes.
Re: D2 Is Non-Profit
#24Tangential, do LLMs generate D2 code as easily as Mermaid and do tools like Github and Confluence render them?
>do LLMs generate D2 code as easily as Mermaid
Yes
>and do tools like Github and Confluence render them?
No
Re: D2 Is Non-Profit
#25So is TALA[1] continuing to be developed and/or being open sourced? [1] https://github.com/terrastruct/TALA
Open source announcement: https://news.ycombinator.com/item?id=49604150