Skip to content

Interact with the Mandelbrot Fractal and various other fractals from the Julia Set in this fractal generator

License

Notifications You must be signed in to change notification settings

Jeswin-8802/Fractals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fractals

A Fractal Generator that lets you explore the Julia and Mandelbrot sets.

Description

Generates the Mandelbrot Fractal and various other fractals from the Julia set.

Both Mandelbrot Set and Julia Set are generated from the funtion

f(z) = z 2 + c
where z and c are complex numbers.

The difference being, the position of pixels relative to a graph are substitued in c (z initially set to 0) in Mandelbrot whereas the same value is substitued in z while keeping c a constant in the Julia Set.

Substituting different values of c gives different fractal patterns.

The app has 10 different fractals (Mandelbrot Fractal + 9 Fractals from the Julia Set) you can interact with.

Screenshot 2022-05-18 122451

Screenshot 2022-05-18 122554

Navigation

Left Click -> Zoom in at position pointed by mouse

Ctrl + Left Click -> Zoom out

Use the menu to switch between fractals

Screenshot 2022-05-18 122640

Click RESET to reset the fractal back to its initial size.

Screenshot 2022-05-18 122720

About

Interact with the Mandelbrot Fractal and various other fractals from the Julia Set in this fractal generator

Topics

Resources

License

Stars

Watchers

Forks