Go to file
2023-03-01 05:34:36 +01:00
libft update 2023-03-01 05:34:36 +01:00
mlx firstcommit 2023-03-01 04:36:42 +01:00
src firstcommit 2023-03-01 04:36:42 +01:00
en.subject.pdf firstcommit 2023-03-01 04:36:42 +01:00
fractol.h firstcommit 2023-03-01 04:36:42 +01:00
LICENSE firstcommit 2023-03-01 04:36:42 +01:00
Makefile firstcommit 2023-03-01 04:36:42 +01:00
Readme.md firstcommit 2023-03-01 04:36:42 +01:00

Todo: fix fractal getting out of aspect when wildly zooming in and out fix CY and CX value when the doubles are negative multithreading, give every Y line to the next thread. auto zoom to current center. Option to not draw fractals but only show next, next, next, next..... mandelbrot iteration Seperate Calculation from drawing so that color flowing can be controlled without recalculating calulate and display fractal dimension?, count edge pixels at standard zoom? option to display numbers of the numberplane?, if so how to shrink with zoom? add an option to blend colors in a gradient vector graphic fractols based on lines if possible? If both numbers get very close to zero it is definitely in the mandelbrot (mess up precision?) Check if the last number is very close to the current number every 10 iterations, if so break, it is in the mandelbrot (mess up precision?) Use Symmetric properties to draw the first line and last line at the same time (only helpful with very low zoom values else it only adds conditions.) Somehow stop calculating if a new calculation is next in line Edge Detection?