Skip to content

Imrann19/Mandelbrot-Set-Fractal-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Mandelbrot-Set-Fractal-in-Python

Français

Description

Ce projet illustre le fractal de Mandelbrot en Python avec Pygame.

Regardez l’animation du zoom fractal (Mandelbrot & Julia) sur YouTube : Vidéo Zoom Fractal

Fonctionnement

Le code teste la formule:

mandelbrot-set

pour chaque point (coordonnées x et y) de l'écran.En fonction du point, la suite peut diverger ou converger, et on lui attribue une couleur selon la vitesse à laquelle elle diverge.

Le résultat est une image fixe du fractal de Mandelbrot avec une palette de couleurs représentant le comportement des points dans le point complexe.

Capture d'écran

fractal_0000

English

Description

This project illustrates the Mandelbrot fractal in Python using Pygame.

Watch the fractal zoom animation (Mandelbrot & Julia) on YouTube: Fractal Zoom Video

How it works

The code tests the formula:

mandelbrot-set

for each point (x and y coordinates) on the screen. Depending on the point, the sequence can diverge or converge, and it is assigned a color based on the speed at which it diverges.

The result is a still image of the Mandelbrot fractal with a color palette representing the behavior of the points within the complex point.

Screenshot

fractal_0000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages