wok view libcaca/description.txt @ rev 25066

updated alsa-lib, alsa-lib-dev and alsa-utils (1.2.2 -> 1.2.7)
author Hans-G?nter Theisgen
date Fri Jun 10 13:35:13 2022 +0100 (2022-06-10)
parents
children
line source
1 Libcaca is a graphics library that outputs text instead of pixels,
2 so that it can work on older video cards or text terminals.
3 It is not unlike the famous AAlib library, with the following improvements:
5 * Unicode support
6 * 2048 available colours (some devices can only handle 16)
7 * dithering of colour images
8 * advanced text canvas operations (blitting, rotations)
10 Libcaca works in a text terminal (and should thus work on all Unix systems
11 including Mac OS X) using the S-Lang or ncurses libraries.