Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 519 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 519 Bytes

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.