This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10911 - Plugins: Fractals (formerly Mandelbrot)
Attached to Project:
Rockbox
Opened by Tomer Shalev (tomers) - Wednesday, 13 January 2010, 20:07 GMT+2
Last edited by Tomer Shalev (tomers) - Friday, 15 January 2010, 06:53 GMT+2
Opened by Tomer Shalev (tomers) - Wednesday, 13 January 2010, 20:07 GMT+2
Last edited by Tomer Shalev (tomers) - Friday, 15 January 2010, 06:53 GMT+2
|
DetailsThis patch enhances the mandelbrot plugin (Plugins->Demo->mandelbrot) in the following ways:
- It lays the foundation to add additional fractals sets, other then just Mandelbrot. - I has interruptible painting function, which allows browsing fractal during painting. - It separates code parts into separate files, each with its own functionality The patch is in working condition, but there is still some bug fixing and tweaking left to be done. The code currently contains some debug printings (you will get warnings during compilation because of that). I would like to get further comments (e.g. suggestion of different file naming) for other developers. |
This task depends upon
Closed by Tomer Shalev (tomers)
Friday, 15 January 2010, 06:53 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r24230
Friday, 15 January 2010, 06:53 GMT+2
Reason for closing: Accepted
Additional comments about closing: Committed in r24230
- Fixed many of the bugs
- Removed debug prints
- Removed idle loops that used to debug using the simulator
- Known bug: Empty line shows when scrolling left
- Update manual
- Tested on Cowon D2
This version is only for the record, as I am committing immediately after (following a short discussion in IRC).