2013-03-25 15:06:30 +01:00
|
|
|
libcaca is a graphics library that outputs text instead of pixels,
|
|
|
|
so that it can work on older video cards or text terminals. It is
|
|
|
|
not unlike the famous AAlib library, with the following improvements:
|
|
|
|
* Unicode support
|
|
|
|
* 2048 available colours (some devices can only handle 16)
|
|
|
|
* dithering of colour images
|
|
|
|
* advanced text canvas operations (blitting, rotations)
|
2004-01-12 00:55:54 +01:00
|
|
|
|
2009-01-30 21:49:09 +01:00
|
|
|
WWW: http://caca.zoy.org/
|