update all demos (#135)

- new size: `1000x500`
- remove deprecated demos
- `just da`: build all demos
- update README
This commit is contained in:
Jens Krause
2025-10-19 19:02:04 +02:00
committed by GitHub
parent 4ec52545e5
commit 1742d68c61
36 changed files with 130 additions and 163 deletions

View File

@@ -65,6 +65,17 @@ run-sound-args path args:
# demos
alias da := demo-all
# build all demos
[group('demo')]
demo-all:
#!/usr/bin/env bash
for tape in demo/*.tape; do
echo "Building demo: $tape"
vhs "$tape"
done
alias dp := demo-pomodoro
# build demo: pomodoro
@@ -148,3 +159,17 @@ alias de := demo-event
[group('demo')]
demo-event:
vhs demo/event.tape
alias dcmx := demo-countdown-max
# build demo: timer-max
[group('demo')]
demo-countdown-max:
vhs demo/countdown-max.tape
alias dtm := demo-timer-max
# build demo: timer-max
[group('demo')]
demo-timer-max:
vhs demo/timer-max.tape