Monday, November 15, 2010

BitTorrent visualization in processing.js


The visualization over at mg8.org demonstrates interactively how bitTorrent work. You can use the keyboard to add or remove peers and seeders. The visualization does not require Flash or Java since it is developed using Processing.js a Javascript animation framework.

Processing.js is an open programming language which allows people to program images, animation, and interactions for the web without using Flash or Java applets. It uses Javascript on the HTML5 Canvas element, it is light-weight, easy to learn (ideal for visualizing data, user-interfaces or web-based games)

Click on the link below in order to view the visualization. It should work on any modern browser except IE (IE doesn't support the <canvas> tag).

Source mg8.org

No comments:

Post a Comment