source: libcaca/branches/0.3/TODO @ 589

Last change on this file since 589 was 248, checked in by Sam Hocevar, 19 years ago
  • Minor updates to manpages, BUGS, TODO and the Debian control file.
  • Property svn:keywords set to Id
File size: 818 bytes
Line 
1$Id: TODO 248 2003-12-11 17:01:09Z sam $
2
3Low level stuff
4
5   o  Write a Linux console output for the drawing library
6      See also BUGS as to why it's very slow in console mode
7
8   o  Better keyboard driver in an X terminal, see
9      http://groups.yahoo.com/group/zepp/message/381
10
11   o  Write a window resize handler.
12
13   o  DONE 12 Nov 2003: Port to conio.h
14
15
16High level stuff
17
18   o  Sprite library
19
20   o  256 colour sprites instead of 16
21
22   o  Alpha layer for sprites
23
24   o  Clip all graphics primitives
25
26   o  Fix the thin ellipse rendering
27
28   o  DONE 26 Nov 2003: Support more colour depths, more bitmask orderings
29
30
31Misc
32
33   o  Draw a nicer logo sprite
34
35   o  Text edit widget
36
37
38Documentation
39
40   o  Everything is still to do
41
42
43cacaview
44
45   o  Aspect ratio
46
47   o  File browser
48
49   o  Handle GIF and PNG transparency with checkered background
50
Note: See TracBrowser for help on using the repository browser.