An Ascii-Art Implementation of the Mandelbrot set in C
root
AsciiMandelbrot:
A simple but fast ascii-art implementation of the mandelbrot set.
Copyright Holder:
Mekeor Melire ©
License:
GNU GPL version 3
Programming Language:
C99
Recommended Editor:
GNU Emacs
Recommended Compiler:
GNU GCC
Other used tools:
GNU make
Recommended OS:
GNU/Linux
Recommended terminal:
any terminal supporting colors
Status:
Advanced
Examples:
# this shows the mandelbrot set
$ ./mandelbrot 100 30 15 3
# this uses 'aha' to produce a html-file showing the mandelbrot set
$ ./mandelbrot 100 30 15 3 | aha --black > example.html