Progressive pixel layout

This commit is contained in:
Brooke Vibber 2024-02-04 14:25:15 -08:00
commit c152c4346b
2 changed files with 62 additions and 5 deletions

View file

@ -14,7 +14,7 @@ Non-goals:
Enjoy! I'll probably work on this off and on for the next few weeks until I've got it producing fractals.
-- brion, january 2023
-- brooke, january 2023 - february 2024
## Current state
@ -28,6 +28,8 @@ The mandelbrot calculations are done using 4.12-precision fixed point numbers. I
Iterations are capped at 255.
The pixels are run in a progressive layout to get the basic shape on screen faster.
## Next steps
Add a running counter of ms/px using the vertical blank interrupts as a timer. This'll show how further work improves it!