Dosbrot is a lightweight Mandelbrot Set renderer for PC DOS systems.
You can download the EXE
file from itch.io.
- Turbo C++ (
TCC.EXE
) version 3.0 or later - Turbo Assembler (
TASM.EXE
) version 4.1 or later - Turbo Linker (
TLINK.EXE
) version 5.0 or later - DOSBox emulator or a real MS-DOS-compatible 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.