Simple Mandelbrot set generator, along with other similar object generator, such as Julia sets, written just for fun. To learn about the Mandelbrot set, check out the following:- https://www.youtube.com/watch?v=NGMRB4O922I
Usage is similar for all the various sets:- just compile the code and run. The image is saved in the PGM file format. In addition to this, there is a python script which generates a movie based on various Julia sets, similar to the following:-https://upload.wikimedia.org/wikipedia/commons/d/d5/JSr07885.gif
The old version, which works slower but can add colour to the plots, is also present.