| ▲ | atulvi a day ago | ||||||||||||||||
Why can't we have proper graphics on terminal? years ago I remember being able to use graphics.h to draw on MS-DOS terminal and print letters on it (text mode). | |||||||||||||||||
| ▲ | ilaksh a day ago | parent | next [-] | ||||||||||||||||
Most popular terminals now have support for `kitty` graphics protocol which can smoothly and efficiently render raster images. So chafa is a way to get some backwards compatibility for some types of applications that want to show images but may not support that. | |||||||||||||||||
| ▲ | d-lisp a day ago | parent | prev | next [-] | ||||||||||||||||
Did you try notcurses ? [0] | |||||||||||||||||
| |||||||||||||||||
| ▲ | aragilar 21 hours ago | parent | prev [-] | ||||||||||||||||
There are multiple graphics mechanisms on terminals (both real, and the virtual ones that have replaced them), the issue is which ones your terminal supports (probably none, given most terminal/libraries are bad at supporting features that have been around since the 80s), and which libraries you are using to draw them. | |||||||||||||||||
| |||||||||||||||||