Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fzaninotto/CodeFlower

Source code visualization utility written in JavaScript with d3.js. Does your code look beautiful?
https://github.com/fzaninotto/CodeFlower

Last synced: about 2 months ago
JSON representation

Source code visualization utility written in JavaScript with d3.js. Does your code look beautiful?

Awesome Lists containing this project

README

        

CodeFlower
==========

This experiment visualizes source repositories using an interactive tree. Each disc represents a file, with a radius proportional to the number of lines of code (loc). All rendering is done client-side, in JavaScript. Built with d3.js, inspired by Code Swarm and Gource, published with the MIT open-source license.

Interact with CodeFlowers, see examples, and build your own at [http://fzaninotto.github.com/CodeFlower](http://fzaninotto.github.com/CodeFlower).

![fzaninotto/uptime](./images/uptime.png)
![fzaninotto/faker](./images/faker.png)
![jquery/jquery](./images/jquery.png)
![fabpot/twig](./images/twig.png)

You might also like [DependencyWheel](https://github.com/fzaninotto/DependencyWheel), another d3.js visualization for indirect dependencies in software packages.