Jesse Robbins
2008/06/18
|
code_swarm was created by Michael Ogawa with Processing. This visualization, called code_swarm, shows the history of commits in a software project. A commit happens when a developer makes changes to the code or documents and transfers them into the central project repository. Both developers and files are represented as moving elements. When a developer commits a file, it lights up and flies towards that developer. Files are colored according to their purpose, such as whether they are source code or a document. If files or developers have not been active for a while, they will fade away. A histogram at the bottom keeps a reminder of what has come before. (thanks to Todd Ogasawara for pointing this out!) | code_swarm是Michael Ogawa用Processing做的。
(感谢Todd Ogasawara给我这个信息!) |
Discussion
牛!