📜 ⬆️ ⬇️

Gource - visualize the history of the project

I hasten to tell the community about the relatively new, devilishly fascinating Gource project that has not yet been mentioned. This application allows you to visualize the history of changes in the version control system. Draws incredibly beautiful with OpenGL.




Screenshots , another video .


')
Git is natively supported. For CVS , SVN , Mercurial, there are scripts that allow you to bring logs in the desired format.

Having the necessary codecs and ffmpeg converter, you can render it into a video file:
gource --output-ppm-stream - | ffmpeg -y -b 3000K -r 60 -f image2pipe -vcodec ppm -i - gource.h264

View management:


Open-source application, binary version available under win and .deb package.
http://code.google.com/p/gource/downloads/list

ps. I used the following keys to run gource -1280x1024 -f --highlight-all-users --multi-sampling in order to run to full screen at the maximum (for the monitor) resolution and constantly see user logins.



Source: https://habr.com/ru/post/75780/


All Articles