buddhabrot/src
Bruno BELANYI 4c1e939d6d fix usage option name for max_iter 2020-12-14 18:25:03 +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 rendered image type 2020-11-26 15:17:18 +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 fix usage option name for max_iter 2020-12-14 18:25:03 +01:00
options.h add option to choose rendered image type 2020-11-26 15:17:18 +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