view TODO @ 4:df02a7de7fe2

I think I've got the Abstract Factory code working pretty robustly now, though I still need to make the factory singletons thread-safe
author Eris Caffee <discordia@eldalin.com>
date Tue, 26 Oct 2010 02:03:47 -0500
parents 0f4ad525f49a
children 6fe9214af151
line source
1 Important
3 - Make View into a class of it's own.
4 Give it the ability to store a Fractals special options.
6 - Windows file handling
7 - Better file handling in general
9 - Is there a way to handle the FRACTAL_TYPE_NAME without using a preprocessor define?
11 - Replace Options with a real class. Use Ini_File to save and load options.
12 Allow max_iter to be a configurable setting to override the Fractal
13 class default.
16 ---------------------------------------------------------------------------------
17 Somewhat important
19 - Threading
22 ---------------------------------------------------------------------------------
23 Least important
25 - Performance improvment ideas:
26 - Create a partial rendering mechanism.
28 - real GUI interface
29 - gtk?
30 - More color options
31 - More factal types
33 - Find out how to save jpg or some other image format that allows comments I can use to store calculation data.
34 - Read saved image and continue calculation.
36 - Zoom feature that zooms in while staying centered on the same spot.
37 - Unzoom feature that enlarges the area while keeping the image cenetered on the same spot.
38 - Pan feature to let you move side to side while staying at the same zoom level.