Node-based data visualization library in c or objective c

♀尐吖头ヾ 提交于 2019-12-04 13:35:26

问题


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

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.


回答1:


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




回答2:


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




回答3:


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. :)



来源:https://stackoverflow.com/questions/4684086/node-based-data-visualization-library-in-c-or-objective-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!