anvaka / ngraph

Beautiful Graphs
MIT License
1.41k stars 131 forks source link

How difficult to get D3 support? #5

Closed jdarling closed 10 years ago

jdarling commented 10 years ago

Just ran across ngraph, looks pretty nice. Was curious how difficult it would be to get D3 rendering support in? Already use D3 for a lot of other things in my app and don't really want to introduce yet another visualization library.

If you have pointers I'd even get started on the work when I have free time (may be a while honestly).

anvaka commented 10 years ago

D3 already supports force directed layout: http://bl.ocks.org/mbostock/4062045

But if you want to use ngraph library for layout only, you can follow example of PIXI library. This is a mini tutorial of how to build ngraph renderer for a graphics library