https://github.com/ornicar/lichess-gource
Generate a gource visualization of the lichess source code activity.
https://github.com/ornicar/lichess-gource
lichess
Last synced: 2 months ago
JSON representation
Generate a gource visualization of the lichess source code activity.
- Host: GitHub
- URL: https://github.com/ornicar/lichess-gource
- Owner: ornicar
- License: mit
- Created: 2021-07-14T18:32:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T08:36:48.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:47:25.413Z (3 months ago)
- Topics: lichess
- Language: Shell
- Homepage:
- Size: 12 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lichess Gource
Generate [gource](https://gource.io/) visualization of the lichess source code activity.
## Usage
1. Clone the repos on https://lichess.org/source
2. `./write-logs.sh`
3. `./record-video.sh`## Extras
The video continues after the end of the commit history. To truncate it:
```
ffmpeg -ss 00:00:00 -i out/lichess-code.mp4 -to 00:04:00 -c copy out/lichess-code-truncated.mp4
```