Commit Graph

10 Commits

Author SHA1 Message Date
Kartik K. Agaram 208dab2256 mandelbrot: add some garish color 2021-05-09 22:14:42 -07:00
Kartik K. Agaram cf8ccb0a09 similarly zoom into fixed and fp mandelbrot 2021-05-09 22:00:40 -07:00
Kartik K. Agaram 0b56b7b4d9 mandelbrot-fixed: introduce some viewport parameters 2021-05-09 21:01:16 -07:00
Kartik K. Agaram 4bfc80ce9a bugfix in mandelbrot-fixed
Thanks to comparing regular ints with fixed-point ints, I was computing
iterations for many screenfuls of pixels to the right of the current one.
(Y-axis behaved similarly, but there it was just doing other work instead
of busy-looping forever. If you don't have anything else to do, it doesn't
matter what you do.)
2021-05-09 17:40:14 -07:00
Kartik Agaram 96b6d623a6 . 2021-05-09 09:46:46 -07:00
Kartik Agaram d91595e31c . 2021-05-09 09:40:26 -07:00
Kartik Agaram 0bcdd074a8 . 2021-05-09 08:39:30 -07:00
Kartik Agaram 9ad9bf96bb mandelbrot: streamline exposition 2021-05-09 08:15:59 -07:00
Kartik Agaram b1eeb62123 . 2021-05-09 07:45:04 -07:00
Kartik K. Agaram b94e1fec30 mandelbrot set in fixed-point 2021-05-08 23:46:36 -07:00