Open tkzcfc opened 2 years ago
Try using a better terminal emulator ljke alacritty
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
.
colemickens
Pls share binary
@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... :/
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