From 2c0eb3aff1191b00ac2539540b6bd2957a0725de Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Thu, 20 Apr 2023 10:33:28 -0400 Subject: Add social --- social/binary.tape | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 social/binary.tape (limited to 'social/binary.tape') diff --git a/social/binary.tape b/social/binary.tape new file mode 100644 index 0000000..1d72483 --- /dev/null +++ b/social/binary.tape @@ -0,0 +1,55 @@ +Require lat +Output social/render/binary.gif + +Set Theme "Gruvbox Dark" +Set WindowBar Rings +Set BorderRadius 10 +Set Margin 10 + +Set FontSize 32 +Set Width 2400 +Set Height 1200 +Set TypingSpeed 0.2 +Set PlaybackSpeed 0.5 + +Type "lat src/main.c" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat -b src/main.c" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat ./build/lat" +Sleep 2s +Enter + +Sleep 5s + +Type "clear" +Sleep 1s +Enter + +Sleep 2s + +Type "lat -bb ./build/lat" +Sleep 2s +Enter + +Sleep 5s -- cgit v1.2.3