Visualizing Reddit with my graph drawing library
21–30 of 41 posts
Re: Visualizing Reddit with my graph drawing library
#22It shows how subreddits relate to each other. The data is taken from subreddit description. And a link between two subreddits means one has a reference to another. The graph drawing library source code: https://github.com/anvaka/VivaGraphJS Would love to hear what you think...
Re: Visualizing Reddit with my graph drawing library
#23I wonder if it's possible to highlight the reddit mascot with css according to the :visited pseudo-class if you put an a-element around it (or some other way)?
Showing "recent activity" for sub-reddits in a subtle way would be awesome, too, can't click on everything :)
Small detail: if the search term has a white-space around, no results are found.
Re: Visualizing Reddit with my graph drawing library
#24Re: Visualizing Reddit with my graph drawing library
#25EDIT: apparently https://github.com/anvaka/VivaGraphJS
Re: Visualizing Reddit with my graph drawing library
#26It shows how subreddits relate to each other. The data is taken from subreddit description. And a link between two subreddits means one has a reference to another. The graph drawing library source code: https://github.com/anvaka/VivaGraphJS Would love to hear what you think...
Have you seen d3.js? It has a similar force layout component, I'm curious as to your motivation for writing your own (although it looks and works very nice!)
Re: Visualizing Reddit with my graph drawing library
#27It shows how subreddits relate to each other. The data is taken from subreddit description. And a link between two subreddits means one has a reference to another. The graph drawing library source code: https://github.com/anvaka/VivaGraphJS Would love to hear what you think...
Re: Visualizing Reddit with my graph drawing library
#28One thing that I noticed and hasn't been mentioned here (and everyone should try), the scrolling/zooming is fantastic. It remains smooth even with many many items displayed. Well done. It is all too common that a visualization like this will cripple performance, the reddit and book visualization are still very smooth for panning/zooming.
Re: Visualizing Reddit with my graph drawing library
#29One thing that I noticed and hasn't been mentioned here (and everyone should try), the scrolling/zooming is fantastic. It remains smooth even with many many items displayed. Well done. It is all too common that a visualization like this will cripple performance, the reddit and book visualization are still very smooth for panning/zooming.
It's a smooth effect, but it's so much nicer when scrolling scrolls instead of zooming. On this one, scrolling left or right just duplicates scrolling up or down, and for some reason, scrolling right (zooming out) sometimes stutters. I would have thought that trackpad scrolling was really common now, but maybe it's somewhat Mac-specific?
Re: Visualizing Reddit with my graph drawing library
#30It shows how subreddits relate to each other. The data is taken from subreddit description. And a link between two subreddits means one has a reference to another. The graph drawing library source code: https://github.com/anvaka/VivaGraphJS Would love to hear what you think...
This is pretty awesome! Very smooth experience. Have you seen d3.js? It has a similar force layout component, I'm curious as to your motivation for writing your own (although it looks and works very nice!)