diff --git a/Makefile b/Makefile index 0c9a0692d..abe832369 100644 --- a/Makefile +++ b/Makefile @@ -58,3 +58,6 @@ debug-release: publish-release: ghr -t ${GITHUB_TOKEN} -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -delete ${VERSION} ./artifacts/ + +visualization: + gource --stop-at-end --default-user-image images/default.png --user-image-dir images --user-scale 1.5 --bloom-intensity 0.3 --logo logo-small.png --hide filenames --dir-name-depth 2 --background-image background2.jpg --font-colour 000000 --dir-colour 333333 --selection-colour 533AC9 --highlight-colour 533AC9 --seconds-per-day 0.1 --auto-skip-seconds 0.3 -1280x720 --file-filter spectests --file-filter emtests -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.mp4 diff --git a/background2.jpg b/background2.jpg new file mode 100644 index 000000000..fed0a2aef Binary files /dev/null and b/background2.jpg differ diff --git a/images/Andrew Cann.png b/images/Andrew Cann.png new file mode 100644 index 000000000..784996d44 Binary files /dev/null and b/images/Andrew Cann.png differ diff --git a/images/Brandon Fish.png b/images/Brandon Fish.png new file mode 100644 index 000000000..ca48be125 Binary files /dev/null and b/images/Brandon Fish.png differ diff --git a/images/Christopher Serr.png b/images/Christopher Serr.png new file mode 100644 index 000000000..9fcbe51a4 Binary files /dev/null and b/images/Christopher Serr.png differ diff --git a/images/David Calavera.png b/images/David Calavera.png new file mode 100644 index 000000000..c5de2da1e Binary files /dev/null and b/images/David Calavera.png differ diff --git a/images/Ivan Enderlin.png b/images/Ivan Enderlin.png new file mode 100644 index 000000000..397c2dbe0 Binary files /dev/null and b/images/Ivan Enderlin.png differ diff --git a/images/Jordan Danford.png b/images/Jordan Danford.png new file mode 100644 index 000000000..6dc240409 Binary files /dev/null and b/images/Jordan Danford.png differ diff --git a/images/Lachlan Sneff.png b/images/Lachlan Sneff.png new file mode 100644 index 000000000..0634538d8 Binary files /dev/null and b/images/Lachlan Sneff.png differ diff --git a/images/Mackenzie Clark.png b/images/Mackenzie Clark.png new file mode 100644 index 000000000..57f6ed1a8 Binary files /dev/null and b/images/Mackenzie Clark.png differ diff --git a/images/Mark Roberts.png b/images/Mark Roberts.png new file mode 100644 index 000000000..c4376a16f Binary files /dev/null and b/images/Mark Roberts.png differ diff --git a/images/Ryan Jacobs.png b/images/Ryan Jacobs.png new file mode 100644 index 000000000..3caf7ac6d Binary files /dev/null and b/images/Ryan Jacobs.png differ diff --git a/images/Steve Akinyemi.png b/images/Steve Akinyemi.png new file mode 100644 index 000000000..d36151757 Binary files /dev/null and b/images/Steve Akinyemi.png differ diff --git a/images/Syrus Akbary.png b/images/Syrus Akbary.png new file mode 100644 index 000000000..3b584d7a8 Binary files /dev/null and b/images/Syrus Akbary.png differ diff --git a/images/default.png b/images/default.png new file mode 100644 index 000000000..61fb829c4 Binary files /dev/null and b/images/default.png differ diff --git a/images/losfair.png b/images/losfair.png new file mode 100644 index 000000000..231ddebe8 Binary files /dev/null and b/images/losfair.png differ