aomader / mandelbrot

Explore the Mandelbrot set in a fast and visually appealing fashion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mandelbrot

A simple but visually appealing and parallelized Java application to explore the Mandelbrot set. For a simple but understandable explanation of what the Mandelbrot set actually is, have a look at this excellent blog post.

snapshot of the GUI

Features

The implementation is driven by some sort of MVC architecture inspired by Thread Watch to separate the creating of the images from the UI related parts. It's main features are listed below:

  • Parallel algorithm in order to use the full potential of your n-core CPU
  • Fully interactive navigation similar to Google Maps to easily explore the set
  • Live feedback while rendering also showing intermediate results
  • Many adjustable options like algorithm, maximum number of iterations, maximum radius, histogram equalization, refresh rate and the thread count

About

Explore the Mandelbrot set in a fast and visually appealing fashion

License:MIT License


Languages

Language:Java 100.0%