source: libcaca/branches/0.1/TODO @ 3174

Last change on this file since 3174 was 204, checked in by Sam Hocevar, 20 years ago
  • TODO: + A few updates.
  • src/blit.c: + Split blit() into caca_create_bitmap() and caca_draw_bitmap(). + Started removing hardcoded bitmask and pitch values.
  • examples/demo.c: + Do something with mouse clicks.
  • Property svn:keywords set to Id
File size: 614 bytes
Line 
1$Id: TODO 204 2003-11-21 14:34:07Z 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  Clip all graphics primitives
21
22   o  Fix the thin ellipse rendering
23
24   o  Support more colour depths, more bitmask orderings
25
26
27Misc
28
29   o  Draw a nicer logo sprite
30
31   o  Text edit widget
32
33
34Documentation
35
36   o  Everything is still to do.
37
Note: See TracBrowser for help on using the repository browser.