Skip to content

Java Mandelbrot/Julia Fractal Viewer

License

Notifications You must be signed in to change notification settings

jack-mil/Mandelbrot-Java

Repository files navigation

Mandelbrot & Julia Fractal Viewer

A fractal exploration program written in Java.

Running:

Ant project managed with NetBeans IDE (but actually coded in VScode).

Actually running the compiled .jar is a bit of a pain. JavaFX isn't included in the Java JDK anymore, and is kinda outdated anyway. If you have JavaFX installed, something like this might work. I don't know why everything can't be packaged in the jar. Something about modular applications.

java --enable-preview --module-path $PATH_TO_FX --add-modules javafx.controls -jar MandelbrotSet.jar

Written with AdoptOpenJDK 15 and Gloun Open JavaFX 15 (from Scoop) on Windows 10. Other platforms untested

Screenshots

main julia zoom

TODO

  • Change rendered area
  • Change resolution
  • Set center point w/ RMB
  • Info popup with keys