- Clone the repositiory to your Linux machine.
- Enter into the project folder
- run
makein the project folder - run
./fractol mandelbrotor./fractol julia <r> <i>in the terminal
TODOs:
- update Makefile to compile all fractol files together with two libraries: libft and minilibx-linux
- run to check if the main is working as expected
- code fractal_init() function
- code fractal_render() function
- implement ft_malloc_error()
- implement events_init(fractal)
- implement data_init(fractal)
- Julia set
- norminette!!!!
- valgrind!!!!
- Are wrong parameters correctly handled???
- Learn error handling in C
- improve LIBFT atodbl()
- switch ft_fractol_atodbl() to libft ft_atodbl()
- add Zoom on mouse pointer
- add another set of fractals <3