Rockbox

  • Status Closed
  • Percent Complete
    100%
  • Task Type Patches
  • Category Plugins
  • Assigned To
    tomers
  • Operating System All players
  • Severity Low
  • Priority Very Low
  • Reported Version Release 3.4
  • Due in Version Undecided
  • Due Date Undecided
  • Votes
  • Private
Attached to Project: Rockbox
Opened by tomers - 2009-12-17
Last edited by tomers - 2010-01-13

FS#10865 - Mandelbrot: Yield buttons during painting of the fractal

In Mandelbrot demo application, increasing iteration depth causes slow painting of the fractal. The painting function yields during the painting, but does not responds to user interactions. If you want to move / zoom in/out the fractal, you have to wait until drawing ends.

This implementation yields the buttons during painting (each 0.25 sec).

Currently, pressing a button redraws the entire screen. This can be optimized further, but it is better in terms of usability than current implementation. I don’t see a reason for it to hurt drawing performance much.

I would like to get some more comments for this so I know if its ready to be committed,

Closed by  tomers
2010-01-13 19:08
Reason for closing:  Out of Date
Additional comments about closing:   Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407

Superseded by:
 FS#10911  - Plugins: Fractals (formerly Mandelbrot)

teru commented on 2009-12-19 12:35

I’d prefer something like this: check tick before calling check_button() and check_button() returns button code.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing