Skip to content

Mastcharub/Mandelbrot-set-in-VGA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mandelbrot set in VGA

Simple Mandelbrot set generator that works in i386's 256-color VGA mode.

Screenshot from 2025-04-19 02-42-16

The Mandelbrot set

It is the set of complex numbers image for which the sequence defined by: image is bounded.

You can learn more about it here and here.

How to build & run

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.