gbrochar 9665b06df3 | ||
---|---|---|
libft | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
auteur | ||
check_arg.c | ||
compute.c | ||
draw.c | ||
draw_0_3.c | ||
draw_4_7.c | ||
event_hook.c | ||
fractol.h | ||
main.c | ||
pixel_put.c |
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.