TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Dot_ix: Interactive GraphViz Dot Graphs

62 pointsby azriel91almost 2 years ago

6 comments

azriel91almost 2 years ago
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:&#x2F;&#x2F;github.com&#x2F;azriel91&#x2F;dot_ix">https:&#x2F;&#x2F;github.com&#x2F;azriel91&#x2F;dot_ix</a><p>enjoy
评论 #36828837 未加载
arun-mani-jalmost 2 years ago
If you love GraphViz and would like to support it, please do.<p>&gt; 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>&gt; 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:&#x2F;&#x2F;gitlab.com&#x2F;graphviz&#x2F;graphviz#support" rel="nofollow noreferrer">https:&#x2F;&#x2F;gitlab.com&#x2F;graphviz&#x2F;graphviz#support</a>
Ameoalmost 2 years ago
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:&#x2F;&#x2F;rnn-temp.ameo.design&#x2F;loadWeights.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;rnn-temp.ameo.design&#x2F;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.
评论 #36843211 未加载
ctenbalmost 2 years ago
If you happen to be looking for a graphviz API (for .net), the following might help <a href="https:&#x2F;&#x2F;github.com&#x2F;Rubjerg&#x2F;Graphviz.NetWrapper">https:&#x2F;&#x2F;github.com&#x2F;Rubjerg&#x2F;Graphviz.NetWrapper</a>
graphvizalmost 2 years ago
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.
评论 #36844202 未加载
adr1analmost 2 years ago
Hooray! Just the other day I was looking for tools like this one to visualize a database schema (Django&#x27;s graph_models admin command)
评论 #36836005 未加载