buddhabrot/src
2020-11-26 15:16:34 +01:00
..
buddhabrot.c add buddhabrot calculation 2020-11-26 15:16:34 +01:00
buddhabrot.h add buddhabrot calculation 2020-11-26 15:16:34 +01:00
image.c add basic image manipulation functions 2020-11-10 18:36:20 +01:00
image.h add helper function to compute pixel indices 2020-11-10 18:40:13 +01:00
main.c add option to choose max_iter for mandelbrot 2020-11-26 15:16:23 +01:00
mandelbrot.c add mandelbrot calculation 2020-11-11 18:00:54 +01:00
mandelbrot.h add mandelbrot calculation 2020-11-11 18:00:54 +01:00
options.c add option to choose max_iter for mandelbrot 2020-11-26 15:16:23 +01:00
options.h add option to choose max_iter for mandelbrot 2020-11-26 15:16:23 +01:00
ppm.c add helper function to compute pixel indices 2020-11-10 18:40:13 +01:00
ppm.h add basic image manipulation functions 2020-11-10 18:36:20 +01:00