[go: up one dir, main page]

File: TODO

package info (click to toggle)
clutter 0.1.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,528 kB
  • ctags: 3,353
  • sloc: ansic: 12,634; sh: 8,777; xml: 4,655; makefile: 278
file content (28 lines) | stat: -rw-r--r-- 688 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO
====

Posiible New Features
==

 - Gradients
 - better pangi integration.
 - Audio only object implementing ClutterMedia Interface.
 - Some kind of glitz/cairo integration - a GlitzDrawable Actor ?
 - Improve clutter label usage as to expose more pango functionality.
 - More portability - GL ES, DirectFB?, Windows, Mac ?
 - Overhaul co-ordinate system ( more precision ? )

Optimisations
==

 - Display lists.
 - labels being more conservative on texture creation.
   o blitting to textures less
 - Custom source rather than idle handler for paints ?
 
Other
==
 - Unit tests
 - Much improved examples / demos
 - Sort Documentation
 - Bindings to languages other than just Python.