buddhabrot/src
2020-12-18 16:35:24 +01:00
..
buddhabrot.c WIP: old changes rebased on top 2020-12-18 16:35:24 +01:00
buddhabrot.h WIP: old changes rebased on top 2020-12-18 16:35:24 +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 WIP: old changes rebased on top 2020-12-18 16:35:24 +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