source: libcaca/branches/0.5/TODO @ 3200

Last change on this file since 3200 was 270, checked in by Sam Hocevar, 19 years ago
  • configure.ac NEWS: + Prepared release 0.4.
  • src/graphics.c README BUGS TODO: + Updated documentation.
  • Makefile.am doc/Makefile.am: + Install the generated doxygen documentation.
  • Property svn:keywords set to Id
File size: 842 bytes
Line 
1$Id: TODO 270 2003-12-23 17:01:38Z 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  DONE 11 Dec 2003: Handle GIF and PNG transparency with checkered
50      background
51
Note: See TracBrowser for help on using the repository browser.