/Java.JFXMandelbrot

JavaFX program to compute basic Mandelbrot/Jula fractal pics

Primary LanguageJavaMIT LicenseMIT

JFX Fractal Explorer

This was a fun little project I wrote while learning the basics of JavaFX. It lets one play with the parameters of some basic fractals and see their effects visually.

screenshot

The radio buttons select whether your clicks in the picture area will zoom in, zoom out, or simply pan the image. You can also directly change the location and scale in the text fields on the left.

screenshot 2

The rendering happens across a 4-thread pool for speed.

Update: 10-03-2016 ... added color via the jfx-palette-designer I created.