Heya all, I've developed dot_ix
's playground, which generates interactive SVG diagrams based on structured input. All interactivity is encoded into inline CSS styles.
Links
dot_ix
playground: Try it live!github
crates.io
original thread
Content
This is now at a stage where I'm quite happy to use it to document things at work, and create diagrams for presentations.
The input format is still being refined, but it always generates an SVG without scripts, so you should be able to upload it to most places and have:
- lossless resolution
- animations (if specified)
- interactivity in a browser
The diagram source is stored in the URL, so nothing is transmitted over the wire, and you can paste the URL to share the diagram.