This program shows the Mandelbrot and some Julia sets. It is a remake of a previous program I made with C++, which had a really poor performance. This program aims to be faster and more efficent, implementing a caching system and elementary multithreading with OpenMP.
The user may
- switch between Mandelbrot and Julia mode by entering
m. - move around the complex plane using
WASDkeys. - zoom in and out using
i(in) ando(out). - move the
cparameter of the Julia set with arrow keys.