Skip to content

This is a program to visualize the Mandelbrot set using java and java FX

Notifications You must be signed in to change notification settings

Mostafa-Farahat/Mandelbrot-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot-visualizer

  • This is a program to visualize the Mandelbrot set using java and java FX.

  • The program uses the escape time algorithm to render the image on a JavaFX canvas.

How To Use:

  • The image can be moved around using the arrow keys on the keyboard.

  • Zoom in on a specific point on the image by right-clicking the desired point.

  • Zoom out by left-clicking the point form which it is required to zoom out.

  • To improve the precision of the image change the escapeCount argument passed to the constructor of the brotSet object in the Application.java file. (a pull request implementing the feature of change the iteration count from within the program is more than welcomed :) )

Some Images from the program:

seaHorseValley
Sea Horse Valley
seaHorseValleyBW
A black render of the Sea Horse Valley
Full picture
A render of the full view

Improvement and pull requests are always welcomed :)

About

This is a program to visualize the Mandelbrot set using java and java FX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages