Live data from Hacker News

Visualizing YouTube with my home-made JavaScript graph drawing library

yasiv.com

1–10 of 30 posts

Re: Visualizing YouTube with my home-made JavaScript graph drawing library

#3
post #2

The source code for the library is here: https://github.com/anvaka/VivaGraphJS The site itself - you can paste URLs from YouTube to visualize particular video :)

Nice work. I've been looking for something Exactly like this, I'll give it a test run and feedback as much as I can.

Thank you.

Re: Visualizing YouTube with my home-made JavaScript graph drawing library

#6
Really nice work. The drag and drop functionality makes it really fun. However, I'm a little unsure as to the usefulness of the app?

I wrote a 3D run-time object visualiser for object-orientated code whilst at Uni ("Visualising Memory Graphs in Java3D"). It was interesting, and kind of useful for debugging, really good for an overview of your running program's object structure, but not useful enough to be considered successful.

I'm just hoping you can put a well executed app to good use, because the UI is really nice.

Re: Visualizing YouTube with my home-made JavaScript graph drawing library

#8
post #2

The source code for the library is here: https://github.com/anvaka/VivaGraphJS The site itself - you can paste URLs from YouTube to visualize particular video :)

Really nice. Recently I built a very simple game and I used springy[1]. It's great to have other beautiful written alternatives.

https://github.com/dhotson/springy

Re: Visualizing YouTube with my home-made JavaScript graph drawing library

#9
Congrats to Andrei! He has one more, similar, product:

http://www.yasiv.com/amazon#/Search?q=data%20mining&cate...

Both youtube and amazon visualization show very nice clustering. In case of technical books they cluster into, e.g., beginners, intermediate, advanced book groupings. It's impossible to notice that without the graph visualization.

Post reply on HN