Skip to content

Releases: rohingosling/Fractal-Renderer-DOS

v3.3 — Mandelbrot Set Renderer for DOS

01 Apr 15:25

Choose a tag to compare

Mandelbrot Set Renderer v3.3

Interactive Mandelbrot set explorer for DOS, rendered in 256-color VESA SVGA mode.

Features

  • Escape-time rendering with 255 maximum iterations
  • VESA SVGA output at 640x400, 640x480, 800x600, or 1024x768
  • Smooth iteration coloring (normalized iteration count)
  • Supersampling anti-aliasing (2x2 through 5x5)
  • Interactive zoom box with 4:3 aspect ratio lock
  • Post-processing color normalization
  • Customizable palette gradient via CONFIG.INI
  • Screenshot saving in Autodesk Animator CEL format

Quick Start

  1. Download FRACTAL.EXE and CONFIG.INI below and place them in the same folder.
  2. Mount the folder in DOSBox and run FRACTAL.

Build Requirements

Borland Turbo C++ 3.1 running inside DOSBox. See the README for full build instructions.