snapapps / edgy

a visual programming language inspired by Scratch
http://snapapps.github.io/
GNU Affero General Public License v3.0
51 stars 21 forks source link

Update JSNetworkX and add new graph generators #367

Closed cyderize closed 8 years ago

cyderize commented 8 years ago

Updates JSNetworkX to version 0.3.4 and adds full r-ary tree generator, Havel-Hakimi graph generator and binomial random graph generator.

This took longer than expected due to a number of changes that I had to make to JSNetworkX (essentially reapplying the changes from Muon/JSNetworkX) - these are now in Cyderize/JSNetworkX. Since JSNetworkX refuses to build on Windows, I had to use a linux VM to generate the .js blob, which was rather inconvenient. At last I think everything works now :)

Closes #300 and #306.