1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 08:45:06 -05:00

Further updated the TODO.

This commit is contained in:
Merlijn Wajer 2011-07-01 00:20:46 +02:00
parent 8a8224f740
commit 8401d87c52

10
TODO
View File

@ -6,8 +6,14 @@ Simple stuff, not required, may not be possible/useful:
- --no-extensions flag for Simba. [ ]
- CTS rewrite to add CTS 3 and others. [ ]
- CTS/finder speedups. [ ]
- CTS/finder speedups and changes [ ]
- JIT (Generate comparison functions) [ ]
- Pass color information in struct [ ]
- Precalculate screen bitmap in current cts / keep a cache
to save comparisons [ ]
- Add CTS 3 [ ]
- Add a direct RGB -> CIE L*a*b conversion [ ]
- Make sure colour conversions are inline [ ]
- More documentation:
- Cover all functions by at least mentioning the definition [ ]