Skip to content

Generates a Mandelbrot set in java and displays it. The frame centers its self around the mouse when you click. The + button changes the radius to radius/2. The - button changes the radius to radius*2. Depth refers to the number of iterations in the mandelbrot sequence the program goes through before deciding a pixel is in the set.

Notifications You must be signed in to change notification settings

trbaum/mandelbrot

About

Generates a Mandelbrot set in java and displays it. The frame centers its self around the mouse when you click. The + button changes the radius to radius/2. The - button changes the radius to radius*2. Depth refers to the number of iterations in the mandelbrot sequence the program goes through before deciding a pixel is in the set.

Topics

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages