Releases: rohingosling/Fractal-Renderer-DOS
Releases · rohingosling/Fractal-Renderer-DOS
v3.3 — Mandelbrot Set Renderer for DOS
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
- Download
FRACTAL.EXEandCONFIG.INIbelow and place them in the same folder. - 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.