strathausen / dracula

JavaScript layout and representation of connected graphs.
https://www.graphdracula.net
MIT License
836 stars 132 forks source link

edgeFactory and examples #21

Closed dpavco closed 8 years ago

dpavco commented 11 years ago

Thanks for all the work on this library!

It looks like the commit on February 15th to remove edgeFactory broke a couple of the examples (though in my case that's just fine since it helped me dig through things a little deeper to determine alternate ways to accomplish the same behavior)

strathausen commented 11 years ago

Hey!

Yes, the version currently on master is not very stable. I was trying to get rid of that edgeFactory thing (looks so Java-ish) and do some code cleaning, while also adding some testing infrastructure to make the code more robust in the future.

Sorry I didn't get back to it recently, but I plan to make this lib more awesome (with node.js, bower support and so on) and more attractive to contribute to from the amazing node.js community.

Did you figure out something meanwhile?

Pe 13/06/25, dpavco a scris:

Thanks for all the work on this library!

It looks like the commit on February 15th to remove edgeFactory broke a couple of the examples (though in my case that's just fine since it helped me dig through things a little deeper to determine alternate ways to accomplish the same behavior)


Reply to this email directly or view it on GitHub: https://github.com/strathausen/dracula/issues/21