Skip to content

diztil/mandelbrot-explorer

Repository files navigation


Made in BlueJ,aye! :P

Mandelbrot Explorer

Real-time visualization of the Mandelbrot fractal

Latest update: 2024-10-09 v1.3.1

Compile all and run Main.class or download and run it as an executable JAR (from Releases)

Features

  • Real-time rendering
  • Real-time zooming (magnification) up to 10^15
  • Auto-zoom
  • Keyboard controls: W/S for zooming in/out; arrow keys for panning/moving the "camera"
  • Keyboard shortcuts: A for auto-zoom, F/D for in/decreasing maximum iterations (details)
  • GUI using Java Swing utilities
  • File I/O ("Save Image") with Swing's built-in "directory browser"
  • GPU operations instead of CPU
  • Unlimited numerical precision

Comparison of Fast Mode (left) and Scaled Mode (right):

Download