Simple Mandelbrot set generator that works in i386's 256-color VGA mode.
It is the set of complex numbers
for which the sequence defined by:
is bounded.
You can learn more about it here and here.
To build this project you'll need to have specific Cross Compilers and Assemblers that you can install by running one of these scripts, and you can easily run it by executing ./run.sh
.