Fract'ol : a fractal engine made using minilibx. Features mandelbrot, julia and a third custom fractal.
Go to file
gbrochar 9665b06df3 fract'ol 2020-11-22 17:27:36 +01:00
libft fract'ol 2020-11-22 17:27:36 +01:00
.gitignore Initial commit 2020-11-22 16:25:44 +00:00
LICENSE Initial commit 2020-11-22 16:25:44 +00:00
Makefile fract'ol 2020-11-22 17:27:36 +01:00
README.md fract'ol 2020-11-22 17:27:36 +01:00
auteur fract'ol 2020-11-22 17:27:36 +01:00
check_arg.c fract'ol 2020-11-22 17:27:36 +01:00
compute.c fract'ol 2020-11-22 17:27:36 +01:00
draw.c fract'ol 2020-11-22 17:27:36 +01:00
draw_0_3.c fract'ol 2020-11-22 17:27:36 +01:00
draw_4_7.c fract'ol 2020-11-22 17:27:36 +01:00
event_hook.c fract'ol 2020-11-22 17:27:36 +01:00
fractol.h fract'ol 2020-11-22 17:27:36 +01:00
main.c fract'ol 2020-11-22 17:27:36 +01:00
pixel_put.c fract'ol 2020-11-22 17:27:36 +01:00

README.md

fractol

Fract'ol : a fractal engine made using minilibx. Features mandelbrot, julia and a third custom fractal.

You need to have to minilibx installed to run it. It will not compile on linux systems.