TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: MsgViz, an animated message passing diagram editor

4 点作者 is0tope将近 4 年前

1 comment

is0tope将近 4 年前
I am primarily a backend developer, so this is a small foray into the javascript&#x2F;front end world. This is a small side project I put together to learn Vue &#x2F; D3.js. The concept is to let users create animated message passing diagrams. I suspect there may be other tools that do this, but I wasn&#x27;t able to find anything that worked in a similar way.<p>The front page illustrates some examples I made, though if someone can come up with some better ones, I&#x27;d be happy to add them with attribution! There is a simple back end that allows diagrams to be saved. You can edit it with one link, and share it in read only mode with another.<p>The tool itself is very much a POC, but most of the basic functionality is there. There are some issues with layout, and load times&#x2F;performance. In addition, the site does not work well on mobile, though it would be quite difficult to do so I expect. Any feedback would be appreciated however!