Heya, I made a toy web app that adds interactivity to GraphViz generated graphs.<p>My plan is to make my automation framework generate those graphs on a web page to visualize automation execution, e.g. by styling nodes and adding CSS animations.<p>GitHub repo: <a href="https://github.com/azriel91/dot_ix">https://github.com/azriel91/dot_ix</a><p>enjoy
If you love GraphViz and would like to support it, please do.<p>> Graphviz is maintained by a few very talented volunteers, and with some help from its founders. Financial donations are accepted on patreon. Anyone who is able to fund a summer intern project (or other project) based on graphviz is invited to contact any of the project leaders, e.g. send a message to north on graphviz org).<p>> This project has only 3 of its founders remaining as volunteer maintainers, and support is limited and may end soon. If you can help fund to a more formal foundation to continue this project, please contact north on graphviz org.<p><a href="https://gitlab.com/graphviz/graphviz#support" rel="nofollow noreferrer">https://gitlab.com/graphviz/graphviz#support</a>
I love how easy GraphViz makes it to build integrations on top of it.<p>In a similar way to this usecase, I created interactive RNN visualizations for a WIP blog post by generating the layout with GraphViz and then rendering it in the browser with D3: <a href="https://rnn-temp.ameo.design/loadWeights.html" rel="nofollow noreferrer">https://rnn-temp.ameo.design/loadWeights.html</a><p>All the hard work like edge spline generation with bezier curves, node sizing and placement, edge label placement, etc. is taken care of, and the only thing remaining is just rendering some simple paths and polygons.
If you happen to be looking for a graphviz API (for .net), the following might help <a href="https://github.com/Rubjerg/Graphviz.NetWrapper">https://github.com/Rubjerg/Graphviz.NetWrapper</a>
We wonder if the swig APIs are worth it. Comments?<p>The recent unfixed breakage of gvedit (the cross-platform Qt GUI) and deletion from the Windows build seems semi-tragic. Could use help there.