Skip to content

ms0g/dosbrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dosbrot - Mandelbrot Set Renderer for PC DOS

Overview

Dosbrot is a lightweight Mandelbrot Set renderer designed for PC DOS systems. This program visualizes the intricate patterns of the Mandelbrot Set, a famous fractal in mathematics, allowing users to explore its beautiful complexity on vintage hardware.

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.

Credits

Developed by M. Sami Gürpınar