Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T08:36:48.000Z (about 1 year ago)
- Last Synced: 2024-12-16T00:34:48.435Z (7 days ago)
- Topics: lichess
- Language: Shell
- Homepage:
- Size: 12 MB
- Stars: 1
- Watchers: 3
- 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
```