Andrei Kashcha

Results 132 comments of Andrei Kashcha

I'm trying to reproduce this. What city do you enter in the search box?

Unfortunately no. Somewhat related to https://github.com/anvaka/city-roads/issues/21

Very nice! One more: Memory usage comparison.

Added information about average "issue closed" time. Check it out: http://anvaka.github.io/graph-drawing-libraries/#/all This information is based on https://github.com/hstove/issue_stats

Thank you, Addy. I like this idea! Will do.

@josdejong, @jacomyal - VivaGraphJS was created just to [learn javascript](https://github.com/anvaka/VivaGraphJS#i-need-your-feedback). I cannot undo it to become a "simple user" anymore. We cannot make metrics like stars count, commits count, number...

@maxkfranz makes sense. That text list is already available in the [readme](https://github.com/anvaka/graph-drawing-libraries/blob/master/README.md). I'm thinking about making a master-details grid, where we list basic information about repositories. Master shows basic information:...

Statistics API is also available from GitHub: https://developer.github.com/v3/repos/statistics/ I'm thinking about mix of online/offline data from GitHub. E.g. license information is not easily available, so I [manually added](https://github.com/anvaka/graph-drawing-libraries/blob/master/src/src/scripts/offlineData.js) it, and...

Added basic examples for all libraries. "Basic" means the minimum amount of code to render a given graph. Graph is the same for all libraries. Click on a row: http://anvaka.github.io/graph-drawing-libraries/#/all...

Thank you @josdejong ! I followed an [example on the sigma.js repository](https://github.com/jacomyal/sigma.js/blob/master/examples/force.html) and tried to do it in a minimal possible way. @jacomyal do you see anything obviously missing [here](https://github.com/anvaka/graph-drawing-libraries/blob/master/src/src/scripts/examples/jacomyal_sigma.js/01.basic/index.html)...