Skip to content

NIK-TIGER-BILL/42_fract-ol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-fract-ol

Discover 2D programming and the psychedelic universe of fractals in this project, using minilibX.

Subject is presented in the en.subject.pdf

Usage

  • make to compile this project.
  • ./fractol <name>

Names fractals:

  • Mandelbrot
  • Julia
  • Burning Ship

Mandelbrot

Mandelbrot

Julia

Julia

Burning Ship

Burning_Ship

Construction is carried out using complex numbers:

typedef struct		s_complex
{
	double			re;
	double			im;
}			t_complex;

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published