Thanks to visit codestin.com
Credit goes to github.com

Skip to content

aktyz/fract-ol

Repository files navigation

How to see the fractals?

  1. Clone the repositiory to your Linux machine.
  2. Enter into the project folder
  3. run make in the project folder
  4. run ./fractol mandelbrot or ./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???

Ideas for improvement

  • 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

About

Second out of 3 project to pass the second circle in 42 Core Cursus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published