view TODO @ 3:0f4ad525f49a

Lot's of cleanup. Applied AbstractFactory to class Fractal and derivatives. Decoupled most objects. Removed remaining standard C function calls. Improved old_views handling.
author Eris Caffee <discordia@eldalin.com>
date Sat, 23 Oct 2010 04:24:48 -0500
parents 0684158d38a8
children df02a7de7fe2
line source
1 - Make View into a class of it's own.
2 Give it the ability to store a Fractals special options.
4 - Find out how to save jpg or some other image format that allows comments I can use to store calculation data.
6 - Read saved image and continue calculation.
8 - Zoom feature that zooms in while staying centered on the same spot.
9 - Unzoom feature that enlarges the area while keeping the image cenetered on the same spot.
10 - Pan feature to let you move side to side while staying at the same zoom level.
12 - Windows file handling
13 - Better file handling in general
15 - real GUI interface
16 - gtk?
18 - More color options
20 - More factal types
22 - Performance improvment ideas:
23 - Create a partial rendering mechanism.
25 - Is there a way to handle the FRACTAL_TYPE_NAME without using a preprocessor define?
27 - Replace Options with a real class. Use Ini_File to save and load options.
28 Allow max_iter to be a configurable setting to override the Fractal
29 class default.