本文介绍了在C或目标C基于节点的数据可视化库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在寻找C或目标C库,做类似
I'm looking for a library in c or objective c that does node-data visualizations similar to http://arborjs.org/
有用的答案包括:
- 什么是喜欢那个叫图?
- 的名称。
- 的实施意见。
该做这样的事情库
我针对iOS和/或MacOS的,因此,C或Objective-C的/可可。在iOS上的JavaScript版本的运行超慢。
I'm targeting iOS and/or MacOS, hence c or objective-c/cocoa. On iOS the javascript version runs super slow.
谢谢!
编辑:GraphViz的看起来不错。我有点担心它可能是GPL,因此不能在iOS上使用的依赖......寻找到现在。
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.
推荐答案
这就是所谓的图形可视化和最好的工具,我知道这就是所谓的。它有。
This is called graph visualization and the best toolkit that I know for it is called GraphViz. It has C libraries.
这篇关于在C或目标C基于节点的数据可视化库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!