jacomyal / sigma.js

A JavaScript library aimed at visualizing graphs of thousands of nodes and edges
https://www.sigmajs.org
MIT License
11.14k stars 1.59k forks source link

A* plugin #501

Closed A---- closed 9 years ago

A---- commented 9 years ago

I wrote an A* implementation for sigma. Repo: https://github.com/A----/sigma-pathfinding-astar

I can make a PR if you want.

sheymann commented 9 years ago

@A---- I'm interested in!

A---- commented 9 years ago

You got a PR here #505. Feel free to pick it on linkurious. Also, there's an example in the repository which isn't in the pull request.

sheymann commented 9 years ago

Awesome @A---- ! I'd prefer a proper PR from you on https://github.com/Linkurious/linkurious.js to preserve the history, and I'll add you as a contributor.

A---- commented 9 years ago

Done.

A---- commented 9 years ago

Closing issue. See PR #505.