Playing with Text and Animations on Linux Terminal (With VT100 Escape Codes)
I am working on a project where I’ll need to do some animations straight in the terminal with ASCII. I believe you can do that in a sophisticated way using the NCurses library, but as usual I want first to see what I can do with bare C functions and syscalls. I discovered that most […]