☆ Yσɠƚԋσʂ ☆ to General Programming DiscussionEnglish · 10 months agoConway's Game of Life using ffmpegtrac.ffmpeg.orgexternal-linkmessage-square2fedilinkarrow-up114arrow-down12file-text
arrow-up112arrow-down1external-linkConway's Game of Life using ffmpegtrac.ffmpeg.org☆ Yσɠƚԋσʂ ☆ to General Programming DiscussionEnglish · 10 months agomessage-square2fedilinkfile-text
ffplay -f lavfi -i life=s=400x300:mold=10:r=30:ratio=0.1:death_color=#C83232:life_color=#00ff00,scale=1200:800:flags=32 Your browser does not support playing HTML5 video. You can download a copy of the video file instead.
minus-squareArthur BesseAlinkfedilinkarrow-up6·edit-210 months ago nice, TIL ffmpeg knows how to triforce ffplay -fs -f lavfi -i cellauto=rule=90:p="$(printf %480s%480s 1)":s=960x540:start_full=0:r=120 (docs, wikipedia on rule 90)
nice, TIL ffmpeg knows how to triforce
ffplay -fs -f lavfi -i cellauto=rule=90:p="$(printf %480s%480s 1)":s=960x540:start_full=0:r=120
(docs, wikipedia on rule 90)
:)