c 或 Objective c 中基于节点的数据可视化库

发布于 2024-10-11 18:10:22 字数 469 浏览 5 评论 0原文

我正在寻找一个 c 或 Objective C 中的库,它可以进行类似于 http://arborjs.org/< 的节点数据可视化/a>

node map graph

有用的答案包括,

  1. 这样的图表叫什么?
  2. 执行类似操作的库的名称。
  3. 实施建议。

我的目标是 iOS 和/或 MacOS,因此是 c 或 Objective-c/cocoa。在 iOS 上,javascript 版本运行速度非常慢。

谢谢!

编辑:GraphViz 看起来很棒。我有点担心它可能有 GPL 依赖项,因此不能在 iOS 上使用......现在就调查一下。

I'm looking for a library in c or objective c that does node-data visualizations similar to http://arborjs.org/

node map graphic

helpful answers include,

  1. what are graphs like that called?
  2. names of libraries that do something like that.
  3. suggestions for implementation.

I'm targeting iOS and/or MacOS, hence c or objective-c/cocoa. On iOS the javascript version runs super slow.

Thanks!

Edit: GraphViz looks great. I'm a little concerned it may have dependencies that are GPL, and thus can't be used on iOS... looking into that now.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

〆凄凉。 2024-10-18 18:10:22

实际上,arborjs 似乎有一个 Objective-C 端口,请参阅 https://github.com/epreston/PSArborTouch。

Actually there seems to be an Objective-C port of arborjs, see https://github.com/epreston/PSArborTouch.

高速公鹿 2024-10-18 18:10:22

这称为图形可视化,据我所知,最好的工具包称为 GraphViz。它有C 库

This is called graph visualization and the best toolkit that I know for it is called GraphViz. It has C libraries.

熊抱啵儿 2024-10-18 18:10:22

这类图表没有特定的名称;并非在不了解更多背景的情况下。因此,如果没有更多信息,它就是一个“图”。

至于库,有一个名为 GraphViz 的开源项目。您必须深入挖掘才能找到绘图代码,但它就在那里的某个地方。 :)

That sort of graph doesn't have a particular name; not without knowing more context. So without more information, it's a "graph".

As for a library, there's an open source project called GraphViz. You'll have to dig a bit to find the drawing code, but it's in there somewhere. :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文