forked from brooke/mandel-6502
Progressive pixel layout
This commit is contained in:
parent
510457f97a
commit
c152c4346b
2 changed files with 62 additions and 5 deletions
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue