PandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agoiJustInventedSomethingEveryDevNeedslemmy.mlimagemessage-square18fedilinkarrow-up1238arrow-down111 cross-posted to: programmer_humor@programming.dev
arrow-up1227arrow-down1imageiJustInventedSomethingEveryDevNeedslemmy.mlPandaDEV@lemmy.ml to Programmer Humor@lemmy.ml · 2 months agomessage-square18fedilink cross-posted to: programmer_humor@programming.dev
minus-squareKorne127@lemmy.worldlinkfedilinkarrow-up33arrow-down1·edit-22 months 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 months 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.