TheRealOrange / terminalvideoplayer

GNU General Public License v3.0
281 stars 10 forks source link

Running on Windows #3

Open tkzcfc opened 2 years ago

tkzcfc commented 2 years ago

In Windows, the "cls" command is not called to clear the screen, I add "system("cls");" at the beginning of the while, it works but it is very ugly

微信图片_20220223093730

MagicRB commented 2 years ago

Try using a better terminal emulator ljke alacritty

colemickens commented 2 years ago

It works surprisingly well in Windows Terminal (running on a Linux host, over SSH). Here's a demo video of 10 seconds of Big Buck Bunny running: https://www.youtube.com/watch?v=i-JV_KWSgPQ

Also, as shown in the video, anyone that has nix installed can run tvp easily by running nix run github:colemickens/nixcfg#tvp.

necros2k7 commented 2 years ago

colemickens

Pls share binary

colemickens commented 2 years ago

@necros2k7 as mentioned this was just the binary running on Linux, over ssh.exe. sorry! Even if I had a windows dev box setup, I was barely willing to wire up gcc+pkg-config by hand on Linux, so... :/