Evolution of LKDBHelper-SQLite-ORM (Gource Visualization)



Evolution of LKDBHelper-SQLite-ORM (Gource Visualization)

Evolution of LKDBHelper-SQLite-ORM (Gource Visualization)

Gource visualization of LKDBHelper-SQLite-ORM (https://github.com/li6185377/LKDBHelper-SQLite-ORM). 全自动的插入,查询,更新,删除, an automatic database operation thread-safe and not afraid of recursive deadlock

This visualization was generated with the following command:
gource
–path path/to/repo
–seconds-per-day 0.15
–title “LKDBHelper-SQLite-ORM”
-1280×720
–file-idle-time 0
–auto-skip-seconds 0.75
–multi-sampling
–stop-at-end
–highlight-users
–hide filenames,mouse,progress
–max-files 0
–background-colour 000000
–disable-bloom
–font-size 24
–output-ppm-stream –
–output-framerate 30
-o –
| ffmpeg
-y
-r 60
-f image2pipe
-vcodec ppm
-i –
-vcodec libx264
-preset ultrafast
-pix_fmt yuv420p
-crf 1
-threads 0
-bf 0
path/to/output.mp4

Installation (OS X):
brew install gource
brew install ffmpeg

More information:
http://gource.io/
https://github.com/acaudwell/Gource

Why make this visualization?
– I’m studying how popular projects evolve