/dosbrot

Mandelbrot set renderer for MS-DOS

Primary LanguageCMIT LicenseMIT

Dosbrot - Mandelbrot Set Renderer for PC DOS

Dosbrot is a lightweight Mandelbrot Set renderer for PC DOS systems.

image

Prerequisites

  • Turbo C++ (>= 3.0)
  • Turbo Assembler (>= 4.2)
  • DOSBox or a real DOS computer

Building

C:\>MAKE.EXE

or

C:\>TASM /ml VGA.ASM
C:\>TCC.EXE DOSBROT.C VGA.OBJ

Run

C:\>DOSBROT.EXE

License

This project is licensed under the MIT License. See the LICENSE file for details.