| @@ -16,12 +16,12 @@ libcucul | |||||
| o ASCII/ANSI art loading functions (maybe load them as sprites) | o ASCII/ANSI art loading functions (maybe load them as sprites) | ||||
| o throw away cucul_sqrt() and put cucul_rand() somewhere else | |||||
| API-independent stuff | API-independent stuff | ||||
| --------------------- | --------------------- | ||||
| o support for more than 16 colours, maybe truecolor, maybe less | |||||
| o support for transparency (CUCUL_COLOR_TRANSPARENT) | o support for transparency (CUCUL_COLOR_TRANSPARENT) | ||||
| o Brightness, contrast support for bitmaps (the functions are here, we | o Brightness, contrast support for bitmaps (the functions are here, we | ||||
| @@ -53,6 +53,9 @@ libcaca | |||||
| o text edit widget with cursor support (I'm unsure about this, it | o text edit widget with cursor support (I'm unsure about this, it | ||||
| seems pretty difficult) | seems pretty difficult) | ||||
| o add a CACA_QUIT event, or add a way to map the "close window" or other | |||||
| nasty program killing events to a key or series of keys | |||||
| API-independent stuff | API-independent stuff | ||||
| --------------------- | --------------------- | ||||