Files
TinyTorch/docs/_static/demos/tapes/00-welcome.tape
Vijay Janapa Reddi 7ee171dfd2 Update Demo 00: Use taller dimensions to show full tito output
Changed height from 720 to 1000 pixels so the entire tito welcome
screen is visible without scrolling. The full command reference is
now readable in the GIF.

Bonus: File size reduced from 170K to 51K due to better aspect ratio.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 00:37:21 +01:00

40 lines
854 B
VHS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# VHS Tape: 🔥 Welcome to TinyTorch - The Big Logo
# Purpose: Show the beautiful branded welcome screen with full command reference
# Duration: 10-12 seconds
Output "gifs/00-welcome.gif"
# Window bar for realistic terminal look (must be at top)
Set WindowBar Colorful
# Taller dimensions to show full tito output
Set Width 1280
Set Height 1000
Set FontSize 18
Set FontFamily "JetBrains Mono, Monaco, Menlo, monospace"
Set Theme "Catppuccin Mocha"
Set Padding 30
Set Framerate 30
Set TypingSpeed 100ms
# Set shell with custom prompt for reliable waiting
Set Shell bash
Env PS1 "@profvjreddi 🔥 "
# Activate TinyTorch environment (hidden from recording)
Hide
Type "source activate.sh"
Enter
Sleep 2s
Show
# Show the beautiful welcome screen
Type "tito"
Sleep 400ms
Enter
Sleep 8s
# Final message
Type "# Welcome to TinyTorch! 🔥"
Sleep 3s