A Mandelbrot and Julia set viewer.
What programmer has not made a Mandlebrot viewer at some stage? I still
have my first, programmed in VB3 in 1994, with 16 colors and using line
drawing commands, instead of pixel drawing, to speed it up.
This remake in FreeBASIC uses full color and includes a Julia set viewer. It is optimized for a Pentium III with SSE support, but should run on older machines. The code is cross platform (Linux and Windows).
Download Program and Source: