Skip to content

Commit 2ead0b5

Browse files
Moving and creating assets into one place (gdg-berlin-android#214)
1 parent 9095343 commit 2ead0b5

12 files changed

+60
-0
lines changed

zeassets/JetBrainsMono-Regular.ttf

267 KB
Binary file not shown.

zeassets/badger2040-frame-resized.png

128 KB
Loading

zeassets/badger2040-frame.png

98.9 KB
Loading

zeassets/gource.conf

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[display]
2+
frameless=true
3+
multi-sampling=true
4+
viewport=960x540
5+
6+
[gource]
7+
auto-skip-seconds=0.1
8+
background-colour=101010
9+
background-image=badger2040-frame-resized.png
10+
colour-images=true
11+
default-user-image=voltron-nosign.png
12+
disable-auto-rotate=false
13+
disable-input=true
14+
file-font-size=12
15+
file-idle-time=0
16+
fixed-user-size=false
17+
font-colour=000000
18+
font-file=JetBrainsMono-Regular.ttf
19+
font-size=32
20+
hide=mouse,bloom
21+
highlight-users=true
22+
logo=voltron.png
23+
logo-offset=40x40
24+
seconds-per-day=30
25+
start-date=2023-07-02
26+
stop-date=2023-07-08
27+
time-scale=1
28+
title=ZeBadger Repository @ Droidcon Berlin 2023
29+
user-font-size=12
30+
user-friction=0.1
31+
user-scale=1.5
32+

zeassets/gource.mp4

23.4 MB
Binary file not shown.

zeassets/readme.gource.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Gource: How to visualize your source code
2+
3+
Visualizing code is important, here is how.
4+
5+
## Install
6+
7+
> sudo dnf install gource
8+
`or platform equivivalent`
9+
10+
## Config
11+
12+
Use the [Configuration](gource.conf).
13+
14+
## Application
15+
16+
Run gource:
17+
18+
> gource --load-config gource.conf --output-ppm-stream gource.ppm
19+
20+
This will open a window with the contributions visualized, don't close it is used for recording the ppm.
21+
22+
Convert ppm into mp4
23+
24+
> ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i gource.ppm -vcodec libopenh264 -preset medium -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4
25+
26+
After blindly following this steps, you will have the same thing as the [resulting output mp4](gource.mp4).
27+
28+
# Enjoy. ♥

zeassets/voltron-nosign.jpg

582 Bytes
Loading

zeassets/voltron-nosign.png

27.2 KB
Loading

zeassets/voltron.png

29 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)