Script to create a visualization of a GitHub repo
To make a gource visualization video on Ubuntu:
$ sudo apt-get install gource
- clone a git repo
- copy the
gource.sh
script to the repo's root directory - run the script:
./gource.sh
- when the rendering is completed, an .mp4 video will be created
- enjoy the eye-candy
Gource info: https://code.google.com/p/gource/
Gource video settings/tweaks: https://code.google.com/p/gource/wiki/Controls
About Gource:
"Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project."