Node-based data visualization library in c or objective c

后端 未结 3 900
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-10 08:59

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

\"n

相关标签:
3条回答
  • 2021-02-10 09:24

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

    0 讨论(0)
  • 2021-02-10 09:35

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

    0 讨论(0)
  • 2021-02-10 09:36

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

    0 讨论(0)
提交回复
热议问题