wok-current diff libcaca/description.txt @ rev 24906
updated minidlna (1.2.1 -> 1.3.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 09 14:37:52 2022 +0100 (2022-04-09) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libcaca/description.txt Sat Apr 09 14:37:52 2022 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +Libcaca is a graphics library that outputs text instead of pixels, 1.5 +so that it can work on older video cards or text terminals. 1.6 +It is not unlike the famous AAlib library, with the following improvements: 1.7 + 1.8 +* Unicode support 1.9 +* 2048 available colours (some devices can only handle 16) 1.10 +* dithering of colour images 1.11 +* advanced text canvas operations (blitting, rotations) 1.12 + 1.13 +Libcaca works in a text terminal (and should thus work on all Unix systems 1.14 +including Mac OS X) using the S-Lang or ncurses libraries.