wok annotate libcaca/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents
children
rev   line source
Hans-G?nter@24722 1 Libcaca is a graphics library that outputs text instead of pixels,
Hans-G?nter@24722 2 so that it can work on older video cards or text terminals.
Hans-G?nter@24722 3 It is not unlike the famous AAlib library, with the following improvements:
Hans-G?nter@24722 4
Hans-G?nter@24722 5 * Unicode support
Hans-G?nter@24722 6 * 2048 available colours (some devices can only handle 16)
Hans-G?nter@24722 7 * dithering of colour images
Hans-G?nter@24722 8 * advanced text canvas operations (blitting, rotations)
Hans-G?nter@24722 9
Hans-G?nter@24722 10 Libcaca works in a text terminal (and should thus work on all Unix systems
Hans-G?nter@24722 11 including Mac OS X) using the S-Lang or ncurses libraries.