Skip to content

dolovnyak/fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fractals

MacOS - Build

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

Image 1 Image 2

Mandelbrot 'z^5 + c'

Image 3

Mandelbrot 'z^2 + c' in relief

Image 4 Image 5

Mandelbrot 'z^2 + c' in 3d via raytrace spheres

Image 6 Image 7 Image 8 Image 9

Newton's method 'z^3 - 1' and 'z^5 - 1'

Image 10 Image 11 Image 12 Image 13

Burning ship

Video

Image 14 Image 15

Julia 'z^2', 'z^5', 'z^2' in relief.

Video

Image 16 Image 17 Image 18 Image 19 Image 20 Image 21