PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agoiJustInventedSomethingEveryDevNeedslemmy.mlexternal-linkmessage-square18linkfedilinkarrow-up1241arrow-down111 cross-posted to: [email protected]
arrow-up1230arrow-down1external-linkiJustInventedSomethingEveryDevNeedslemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 2 years agomessage-square18linkfedilink cross-posted to: [email protected]
minus-squareKorne127@lemmy.worldlinkfedilinkarrow-up32arrow-down1·2 years agoNow do it by displaying the video directly in the terminal (using colored blocks and the line delete feature like progress bars do) before it’s executed. Edit: Apparently, mpv can already be used for that, maybe you can use it as dependency :P
minus-squarefar_university190@feddit.orglinkfedilinkEnglisharrow-up6·2 years agompv written in c. C transpile to js using emscripten. Can 100% use transpile mpv as dependency.
Now do it by displaying the video directly in the terminal (using colored blocks and the line delete feature like progress bars do) before it’s executed.
Edit: Apparently, mpv can already be used for that, maybe you can use it as dependency :P
mpv written in c. C transpile to js using emscripten.
Can 100% use transpile mpv as dependency.