Dosbrot is a lightweight Mandelbrot Set renderer for PC DOS systems.
- Turbo C++ (>= 3.0)
- Turbo Assembler (>= 4.2)
- DOSBox or a real DOS computer
C:\>MAKE.EXE
or
C:\>TASM /ml VGA.ASM
C:\>TCC.EXE DOSBROT.C VGA.OBJ
C:\>DOSBROT.EXE
This project is licensed under the MIT License. See the LICENSE file for details.
Developed by M. Sami Gürpınar