about summary refs log tree commit diff stats
path: root/mandelbrot-fixed.mu
Commit message (Collapse)AuthorAgeFilesLines
* mandelbrot: add some garish colorKartik K. Agaram2021-05-091-8/+6
|
* similarly zoom into fixed and fp mandelbrotKartik K. Agaram2021-05-091-3/+12
|
* mandelbrot-fixed: introduce some viewport parametersKartik K. Agaram2021-05-091-17/+42
|
* bugfix in mandelbrot-fixedKartik K. Agaram2021-05-091-13/+19
| | | | | | | | 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.)
* .Kartik Agaram2021-05-091-3/+3
|
* .Kartik Agaram2021-05-091-1/+1
|
* .Kartik Agaram2021-05-091-1/+6
|
* mandelbrot: streamline expositionKartik Agaram2021-05-091-32/+26
|
* .Kartik Agaram2021-05-091-0/+1
|
* mandelbrot set in fixed-pointKartik K. Agaram2021-05-081-0/+224