this post was submitted on 26 Jul 2023
14 points (93.8% liked)

Programming

17017 readers
553 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

I found this on Hacker News, and it seems to be an old project that no one was talking about which is a shame because it could interesting.

Pikchr was written in plain C by the developers of SQLite. It generates SVG from a simple language. It is lower-level than PlantUML and Mermaid, but it seems to have no dependency.

The user manual has more examples about this tool.

I'll definitely try to use in future projects where some visual documentation is needed.

top 1 comments
sorted by: hot top controversial new old
[–] canpolat@programming.dev 3 points 1 year ago

Thanks for sharing. This looks really low level. The advantage of PlantUml and Mermaid is that they are supported by many systems. So, integration is a non-issue.