mutter/TODO

31 lines
785 B
Plaintext
Raw Normal View History

2006-05-29 04:59:36 -04:00
TODO
====
New Features
==
- More portability - GL ES, DirectFB?, Windows, Mac ?
(See backends branch, GL ES for 0.3)
- Text entry actor (0.3).
- VBox and HBox ClutterGroup subclasses (0.3).
- Figure out focus model + binding events to actors (0.3).
- Fragment shading ?
- Gradients
- More drawing primitives (or just cairo?)
Optimisations
==
- Display lists.
- Custom source rather than idle handler for paints ?
- General oprofiling.
- GL state cache - avoid so much expensive glenable/disable calling
during paint (Also GL does not check if a state is already set)
Other
==
- Unit tests
- Much improved examples / demos
2006-12-17 10:18:58 -05:00
- Bindings to languages other than just Python and Perl.
- Improve documentation.
- Overhaul co-ordinate system ( more precision ? )