fractals MacOS - Implemented a lot of Mandelbrot and Newton fractals with two representations of them in 3D space. Build and run on MacOS: make ./fractol 'name of fractol' # usage will tell the names of all fractals Fractals: Mandelbrot 'z^2 + c' Video Mandelbrot 'z^5 + c' Mandelbrot 'z^2 + c' in relief Mandelbrot 'z^2 + c' in 3d via raytrace spheres Newton's method 'z^3 - 1' and 'z^5 - 1' Burning ship Video Julia 'z^2', 'z^5', 'z^2' in relief. Video